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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 06:53:32 PDT 2024


nikic 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 ? @nikic

Yes

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


More information about the llvm-commits mailing list