[llvm-branch-commits] [llvm] [Passes] Disable code sinking in InstCombine early on. (PR #72567)

Florian Hahn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Nov 16 12:49:13 PST 2023


https://github.com/fhahn created https://github.com/llvm/llvm-project/pull/72567

Sinking instructions very early in the pipeline destroys
dereferenceability information, that could be used by other passes, e.g.
this can prevent if-conversion by SimplifyCFG.





More information about the llvm-branch-commits mailing list