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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 00:22:29 PDT 2024


================
@@ -0,0 +1,460 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
----------------
dtcxzyw wrote:

> You'd like me to support the operand of load to be a GEP in this PR? It's doable but just increases the complexity a bit.

No. We can improve `load_from_gep` in follow-up patches :)




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


More information about the llvm-commits mailing list