[llvm] IVDescriptors: unify RecurKinds IAnyOf and FAnyOf (PR #118393)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 03:43:36 PST 2024
================
@@ -550,7 +550,7 @@ Value *VPInstruction::generate(VPTransformState &State) {
}
// Reduce all of the unrolled parts into a single vector.
Value *ReducedPartRdx = RdxParts[0];
- unsigned Op = RecurrenceDescriptor::getOpcode(RK);
+ unsigned Op = RdxDesc.getOpcode();
----------------
fhahn wrote:
those look like unrelated updates that could be done separately as NFC first?
https://github.com/llvm/llvm-project/pull/118393
More information about the llvm-commits
mailing list