[PATCH] D145563: [AArch64] Assembly Support for FEAT_GCS/FEAT_CHK

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 03:38:37 PDT 2023


lenary marked an inline comment as done.
lenary added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:1106
+
+def : TokenAlias<"DSYNC", "dsync">;
+
----------------
john.brawn wrote:
> It would make more sense to put this immediately after GCSB_DSYNC.
This will be moved in the version that I land.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145563



More information about the llvm-commits mailing list