To generate code compatible to streaming mode:
- enable custom lowering for VSETCC, needed for (fp-vselect.ll, int-vselect.ll).
Paths
| Differential D138519
[AArch64][SME]: Generate streaming-compatible code for int/fp select/vselect ClosedPublic Authored by hassnaa-arm on Nov 22 2022, 12:43 PM.
Details Summary To generate code compatible to streaming mode:
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Nov 24 2022, 3:59 AM This revision was landed with ongoing or failed builds.Nov 24 2022, 10:19 AM Closed by commit rG5cf75ecf04ce: [AArch64][SME]: Generate streaming-compatible code for int/fp select/vselect (authored by Hassnaa Hamdi <hassnaa.hamdi@arm.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477517 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.llllvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll |
nit: This looks like it's breaking the 80-character line limit. Can you reformat this please?