[clang-tools-extra] [flang] [clang] [libcxx] [llvm] [mlir] [LV] Improve AnyOf reduction codegen. (PR #78304)
Florian Hahn via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 5 06:29:35 PST 2024
================
@@ -7486,7 +7486,8 @@ static void createAndCollectMergePhiForReduction(
auto *PhiR = cast<VPReductionPHIRecipe>(RedResult->getOperand(0));
const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor();
- TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue();
+ TrackingVH<Value> ReductionStartValue =
----------------
fhahn wrote:
Not needed any longer, removed, thanks!
https://github.com/llvm/llvm-project/pull/78304
More information about the cfe-commits
mailing list