SILoadStoreOptimizer::collectMergeableInsts already ends the current
block if it sees a volatile (or ordered) memory access, so there is no
need to check for them again when scanning the instructions between two
pairing candidates in a block.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo