[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 03:34:47 PDT 2024


================
@@ -3052,6 +3077,9 @@ bool SimplifyCFGOpt::speculativelyExecuteBB(BranchInst *BI,
   SmallVector<Instruction *, 4> SpeculatedDbgIntrinsics;
 
   unsigned SpeculatedInstructions = 0;
+  bool HositLoadsStores = HoistLoadsStoresWithCondFaulting &&
----------------
nikic wrote:

Hosit -> Hoist

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


More information about the llvm-commits mailing list