This is an archive of the discontinued LLVM Phabricator instance.

[Clang][SVE2.1] Add svwhile (predicate-as-counter) builtins
ClosedPublic

Authored by CarolineConcatto on May 24 2023, 1:42 AM.

Details

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 1:42 AM
CarolineConcatto requested review of this revision.May 24 2023, 1:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 1:42 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dtemirbulatov added inline comments.May 31 2023, 9:21 AM
clang/include/clang/Basic/arm_sve.td
1871

I could not find where ImmCheck2_4_Mul2 is defined?

clang/include/clang/Basic/arm_sve.td
1871

Hi @dtemirbulatov ,

This check was created in this patch:
https://reviews.llvm.org/D150961, which is in the stack.

kmclaughlin accepted this revision.Oct 18 2023, 6:04 AM
kmclaughlin added a subscriber: kmclaughlin.

LGTM

This revision is now accepted and ready to land.Oct 18 2023, 6:04 AM
This revision was landed with ongoing or failed builds.Oct 19 2023, 3:48 AM
This revision was automatically updated to reflect the committed changes.