[PATCH] D52490: [AArch64][v8.5A] Add Memory Tagging instructions
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 14:25:44 PDT 2018
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: lib/Target/AArch64/AArch64InstrInfo.td:1170
+let isCodeGenOnly=1, mayStore=1 in {
+def SetTagRangeLoopImm
+ : Pseudo<(outs GPR64common:$Rm, GPR64sp:$Rn_wback), (ins i64imm:$sz, GPR64sp:$Rn),
----------------
Do you need the pseudos in this patch?
Repository:
rL LLVM
https://reviews.llvm.org/D52490
More information about the llvm-commits
mailing list