This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4ed0dfe6adfe: [Clang][SVE2.1] Add svwhile
(predicate-as-counter) builtins (authored by CarolineConcatto).
Repository:
rG LLVM Github Monorepo
CHA
kmclaughlin accepted this revision.
kmclaughlin added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151307/new/
https://reviews.llvm.org/D151307
_
CarolineConcatto updated this revision to Diff 557747.
CarolineConcatto added a comment.
-Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151307/new/
https://reviews.llvm.org/D151307
Files:
clang/include/clang/Basic/arm_sve.td
clang/test/
CarolineConcatto added inline comments.
Comment at: clang/include/clang/Basic/arm_sve.td:2129
+def SVWHILEGE_COUNT : SInst<"svwhilege_{d}", "}lli", "QcQsQiQl", MergeNone,
"aarch64_sve_whilege_{d}", [IsOverloadNone], [ImmCheck<2, ImmCheck2_4_Mul2>]>;
+def SVWHILEGT_COUNT : S
dtemirbulatov added inline comments.
Comment at: clang/include/clang/Basic/arm_sve.td:2129
+def SVWHILEGE_COUNT : SInst<"svwhilege_{d}", "}lli", "QcQsQiQl", MergeNone,
"aarch64_sve_whilege_{d}", [IsOverloadNone], [ImmCheck<2, ImmCheck2_4_Mul2>]>;
+def SVWHILEGT_COUNT : SIns
CarolineConcatto created this revision.
Herald added subscribers: kristof.beyls, tschuett.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
As described in: https://github.com/ARM-software/acle/p