[llvm] IVDesc: unify RecurKinds IAnyOf and FAnyOf (PR #118393)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 07:05:17 PST 2025
================
@@ -173,7 +171,7 @@ class RecurrenceDescriptor {
static InstDesc isConditionalRdxPattern(RecurKind Kind, Instruction *I);
/// Returns the opcode corresponding to the RecurrenceKind.
- static unsigned getOpcode(RecurKind Kind);
+ static unsigned getOpcode(RecurKind Kind, Type *Ty);
----------------
david-arm wrote:
Can you update the comment to reflect the new parameter here?
https://github.com/llvm/llvm-project/pull/118393
More information about the llvm-commits
mailing list