[PATCH] D151850: [RISCV] Model all 3 arithmetic sources of vector FMA at MC layer.
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 00:50:13 PDT 2023
rogfer01 accepted this revision.
rogfer01 added a comment.
This revision is now accepted and ready to land.
I could not test it fully as now some of the hunks can't be applied but the change LGTM.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:3083
defm _VV : VPseudoTernaryWithPolicy<m.wvrclass, m.vrclass, m.vrclass, m,
- constraint>;
+ constraint, /*Commutable*/0>;
}
----------------
I'm not sure I get this: were they never commutable in the first place due to their widening behaviour?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151850/new/
https://reviews.llvm.org/D151850
More information about the llvm-commits
mailing list