[PATCH] D143157: [AArch64] Add NZCV Def for TLSDESC_CALLSEQ
Mirko Müller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 02:29:16 PST 2023
MuellerMP updated this revision to Diff 494217.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143157/new/
https://reviews.llvm.org/D143157
Files:
llvm/lib/Target/AArch64/AArch64InstrInfo.td
Index: llvm/lib/Target/AArch64/AArch64InstrInfo.td
===================================================================
--- llvm/lib/Target/AArch64/AArch64InstrInfo.td
+++ llvm/lib/Target/AArch64/AArch64InstrInfo.td
@@ -2612,7 +2612,7 @@
// FIXME: maybe the scratch register used shouldn't be fixed to X1?
// FIXME: can "hasSideEffects be dropped?
// This gets lowered to an instruction sequence which takes 16 bytes
-let isCall = 1, Defs = [NZVC, LR, X0, X1], hasSideEffects = 1, Size = 16,
+let isCall = 1, Defs = [NZCV, LR, X0, X1], hasSideEffects = 1, Size = 16,
isCodeGenOnly = 1 in
def TLSDESC_CALLSEQ
: Pseudo<(outs), (ins i64imm:$sym),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143157.494217.patch
Type: text/x-patch
Size: 657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230202/3b3631ae/attachment.bin>
More information about the llvm-commits
mailing list