ARM: skip debug instructions when matching jump-table patterns.
When working out whether we can see a compressible jump-table pattern during ConstantIslands, we were stopping when we saw a debug instruction. Instead it's better to keep iterating backwards to the first real instruction. https://reviews.llvm.org/D142019
Loading
Please sign in to comment