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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 02:43:07 PDT 2024


================
@@ -1615,19 +1615,39 @@ static bool areIdenticalUpToCommutativity(const Instruction *I1,
   return false;
 }
 
+static bool isSafeCheapLoadStore(const Instruction *I,
----------------
RKSimon wrote:

Move this as an NFC to simplify the patch

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


More information about the llvm-commits mailing list