[llvm] [VPlan] First step towards VPlan cost modeling (LegacyCM in CostCtx) (PR #92555)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 14:30:15 PDT 2024
================
@@ -3620,6 +3659,10 @@ inline bool isUniformAfterVectorization(VPValue *VPV) {
return VPI->getOpcode() == VPInstruction::ComputeReductionResult;
return false;
}
+
+/// Return true if \p Cond is an uniform compare.
----------------
fhahn wrote:
Fixed, thanks!
https://github.com/llvm/llvm-project/pull/92555
More information about the llvm-commits
mailing list