[llvm] [LICM] Promote conditional, loop-invariant memory accesses to scalars with intrinsic (PR #93999)
Thomas Symalla via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 06:59:02 PDT 2024
================
@@ -1819,6 +1824,12 @@ class LoopPromoter : public LoadAndStorePromoter {
AAMDNodes AATags;
ICFLoopSafetyInfo &SafetyInfo;
bool CanInsertStoresInExitBlocks;
+ // This flag will be used to make sure that every sinken, conditional store
----------------
tsymalla wrote:
```suggestion
// This flag will be used to make sure that every sunk conditional store
```
https://github.com/llvm/llvm-project/pull/93999
More information about the llvm-commits
mailing list