[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (PR #108812)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 07:16:23 PDT 2024
================
@@ -1725,6 +1744,7 @@ static void hoistConditionalLoadsStores(
MaskedLoadStore->copyMetadata(*I);
I->eraseFromParent();
}
+ return true;
----------------
KanRobert wrote:
I think this function always return true, should we change it to void?
https://github.com/llvm/llvm-project/pull/108812
More information about the llvm-commits
mailing list