[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part I) (PR #96878)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 03:52:12 PDT 2024


KanRobert wrote:

> I don't think we want to add an extra SimplifyCFG run in the backend. Can you enable the option in the last SimplifyCFG run in the middle-end instead (at the end of the module optimization pipeline)?

Do you mean here https://github.com/llvm/llvm-project/blob/main/llvm/lib/Passes/PassBuilderPipelines.cpp#L1531 ?

https://github.com/llvm/llvm-project/pull/96878


More information about the llvm-commits mailing list