This is currently bare-bones; we aren't taking advantage of any of the FMA variant instructions. But it's enough to generate code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | ||
---|---|---|
405–410 | I was going to say you're missing patterns for the other legal scalable vector types, but I can see that's a common theme across the floating point instructions so I'm happy enough. | |
llvm/test/CodeGen/AArch64/sve-fp.ll | ||
138 | To be consistent these belong at the bottom of the file with the others. |
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | ||
---|---|---|
405–410 | FYI: I'll look into the missing patterns for the existing operations tomorrow as part of the fixed length enablement. |
I was going to say you're missing patterns for the other legal scalable vector types, but I can see that's a common theme across the floating point instructions so I'm happy enough.