[PATCH] D146311: [AArch64] Add asm aliases for MOV, LDR, STR with predicate-as-counter

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 11:00:43 PDT 2023


sdesmalen requested changes to this revision.
sdesmalen added a comment.
This revision now requires changes to proceed.

Sorry for the quick turn-around here, but I just realise that we probably want to guard these aliases with `HasSVE2p1_or_HasSME2`, because without those features the concept of a predicate-as-counter does not exist. I see that we haven't done this for pfalse either.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146311/new/

https://reviews.llvm.org/D146311



More information about the llvm-commits mailing list