[llvm] LoopVectorize: guard appending InstsToScalarize; fix bug (PR #88720)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Sun May 5 05:51:38 PDT 2024


================
@@ -5821,7 +5821,8 @@ void LoopVectorizationCostModel::collectInstsToScalarize(ElementCount VF) {
         // invalid scalarization costs.
         // Do not apply discount logic if hacked cost is needed
         // for emulated masked memrefs.
----------------
artagnon wrote:

Sorry for the delay! See #91120.

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


More information about the llvm-commits mailing list