[llvm] [LV] Fold isPredicatedInst into isMaskRequired (PR #134261)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue May 13 02:40:41 PDT 2025


================
@@ -3057,59 +3052,6 @@ bool LoopVectorizationCostModel::isScalarWithPredication(
   }
 }
 
-// TODO: Fold into LoopVectorizationLegality::isMaskRequired.
-bool LoopVectorizationCostModel::isPredicatedInst(Instruction *I) const {
----------------
artagnon wrote:

Okay, kindly ignore the second commit: it is a pure move.

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


More information about the llvm-commits mailing list