We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7aedfc commit fa00959Copy full SHA for fa00959
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
@@ -359,10 +359,10 @@ class RISCVTTIImpl : public BasicTTIImplBase<RISCVTTIImpl> {
359
case RecurKind::UMin:
360
case RecurKind::UMax:
361
case RecurKind::IAnyOf:
362
- case RecurKind::FAnyOf:
363
case RecurKind::FMin:
364
case RecurKind::FMax:
365
return true;
+ case RecurKind::FAnyOf:
366
case RecurKind::FAdd:
367
case RecurKind::FMulAdd:
368
// We can't promote f16/bf16 fadd reductions and scalable vectors can't be
0 commit comments