Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | ||
---|---|---|
364–365 | I contemplated lowering this and the following intrinsics to an idiom the PatFrags can already match but because there's no combines to optimise AArch64fma_p I figured I keep the operation as a single op and match the intrinsic directly. When combines are in place seems like a better point to split the operations into their constituent parts. That said, I'm happy to be told otherwise. |
I contemplated lowering this and the following intrinsics to an idiom the PatFrags can already match but because there's no combines to optimise AArch64fma_p I figured I keep the operation as a single op and match the intrinsic directly. When combines are in place seems like a better point to split the operations into their constituent parts. That said, I'm happy to be told otherwise.