Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/sve-fp-combine.ll | ||
---|---|---|
1271 | I'd remove this comment but let's certainly drop the mindlessly part. | |
1277–1279 | This doesn't match the patterns you're moving in the follow on work. Is it possible to use llvm.fma and select as they appear in the PatFrags? You don't need to worry about FMA_PRED because that will be created automatically when ISD::FMA is lowered. |
Before landing the patch please add equivalent testing for the bogus FMLS cases as well.
llvm/test/CodeGen/AArch64/sve-fp-combine.ll | ||
---|---|---|
1271 | The function names could do with a tweak to match the new IR. |
I'd remove this comment but let's certainly drop the mindlessly part.