[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (PR #108812)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 02:57:39 PDT 2024
================
@@ -1615,19 +1615,39 @@ static bool areIdenticalUpToCommutativity(const Instruction *I1,
return false;
}
+static bool isSafeCheapLoadStore(const Instruction *I,
----------------
phoebewang wrote:
https://github.com/llvm/llvm-project/pull/109398
https://github.com/llvm/llvm-project/pull/108812
More information about the llvm-commits
mailing list