[llvm] [LV] Use getFixedValue instead of getKnownMinValue when appropriate (PR #143526)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 03:09:34 PDT 2025
================
@@ -5318,7 +5319,6 @@ InstructionCost
LoopVectorizationCostModel::getUniformMemOpCost(Instruction *I,
ElementCount VF) {
assert(Legal->isUniformMemOp(*I, VF));
-
----------------
Mel-Chen wrote:
This blank line was accidentally deleted
https://github.com/llvm/llvm-project/pull/143526
More information about the llvm-commits
mailing list