- Remove the incorrect patterns from AArch64fmla_p/AArch64fmls_p
- Add correct patterns to AArch64fmla_m1/AArch64fmls_m1
- Refactor fma_patfrags for the sake of PatFrags
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | ||
---|---|---|
435 | I know you've copied the existing pattern but can you change this to SVEAllActive? which is the "new" way we handle these cases. |
Comment Actions
Just a note to say I've added a request to D157094 so the AArch64fmls_m1 patterns are better tested.
I know you've copied the existing pattern but can you change this to SVEAllActive? which is the "new" way we handle these cases.