[PATCH] D52486: [AArch64][v8.5A] Add MTE as an optional AArch64 extension
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 14:28:04 PDT 2018
eugenis added inline comments.
================
Comment at: include/llvm/Support/AArch64TargetParser.def:74
AARCH64_ARCH_EXT_NAME("rng", AArch64::AEK_RAND, "+rand", "-rand")
+AARCH64_ARCH_EXT_NAME("memtag", AArch64::AEK_MTE, "+mte", "-mte")
#undef AARCH64_ARCH_EXT_NAME
----------------
Just wondering, is there a reason this is called "memtag" and not "mte"?
Repository:
rL LLVM
https://reviews.llvm.org/D52486
More information about the llvm-commits
mailing list