We do not need to scan further if the upper end or lower end of the
basic block is reached already and the instruction is not found. It
means that the instruction is definitely in the lower part of basic
block or in the upper block relatively.
This should improve compile time for the very big basic blocks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo