[PATCH] D117782: [AArch64] Removing redundant PAuth flag
Son Tuan Vu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 13:01:42 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe21f90dba28c: [AArch64] Removing redundant PAuth flag (authored by tyb0807).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117782/new/
https://reviews.llvm.org/D117782
Files:
llvm/lib/Target/AArch64/AArch64Subtarget.h
Index: llvm/lib/Target/AArch64/AArch64Subtarget.h
===================================================================
--- llvm/lib/Target/AArch64/AArch64Subtarget.h
+++ llvm/lib/Target/AArch64/AArch64Subtarget.h
@@ -218,7 +218,6 @@
bool HasETE = false;
bool HasTRBE = false;
bool HasBRBE = false;
- bool HasPAUTH = false;
bool HasSPE_EEF = false;
// HasZeroCycleRegMove - Has zero-cycle register mov instructions.
@@ -511,7 +510,6 @@
bool hasRandGen() const { return HasRandGen; }
bool hasMTE() const { return HasMTE; }
bool hasTME() const { return HasTME; }
- bool hasPAUTH() const { return HasPAUTH; }
// Arm SVE2 extensions
bool hasSVE2AES() const { return HasSVE2AES; }
bool hasSVE2SM4() const { return HasSVE2SM4; }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117782.404691.patch
Type: text/x-patch
Size: 758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/c8c209be/attachment.bin>
More information about the llvm-commits
mailing list