Add functionality to permit lowering of the abs and neg intrinsics
using the passthru variants.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Do you plan to add support for fixed length vectors?
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td | ||
---|---|---|
206–207 | Please better align the new code. |
Comment Actions
Hi @paulwalker-arm, I can add support for fixed length vectors in this patch. It's no trouble really. Aren't you supposed to be on holiday btw? 😉 Bored of The Witcher?
Comment Actions
I'm just keeping things ticking over. It doesn't have to be this patch, I just did wanted to know if it's something I can take off my TODO list. If you're support eager then FABS also requires fixed length support :)
Comment Actions
Thanks @david-arm . FYI the CHECK-DAGs within sve-fixed-length-int-arith.ll don't need to be DAGs but I'm going to restructure these tests anyway so there's no point changing them.
Please better align the new code.