[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part I) (PR #96878)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 20:22:58 PDT 2024
https://github.com/DianQK commented:
SGTM. Sorry, I haven't been keeping up with this PR. Please wait for approval from others.
However, I'm wondering if these transformations could be moved to a different pass. I think that this isn't something SimplifyCFG should be handling. There's already quite a bit of similar code here. Of course, It's fine to merge this PR for me. :)
https://github.com/llvm/llvm-project/pull/96878
More information about the llvm-commits
mailing list