Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D71457
[AArch64][SVE] Implement ptrue intrinsic ClosedPublic Authored by c-rhodes on Dec 13 2019, 3:01 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 13 2019, 6:31 AM Closed by commit rG49199465a3b2: [AArch64][SVE] Implement ptrue intrinsic (authored by c-rhodes). · Explain WhyDec 19 2019, 3:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 234690 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-intrinsics-pred-creation.ll
|
I'm going to anticipate @efriedma's suggestion to use ImmArg here :)
That will require changing sve_pred_enum to be a TImmLeaf instead of ImmLeaf though.