From c302509824e97aea2957adc308f8c602d149b5f6 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Tue, 28 May 2024 02:38:50 -0500 Subject: [PATCH] Remove incorrect NZCV write. --- llvm/lib/Target/AArch64/AArch64InstrFormats.td | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/AArch64/AArch64InstrFormats.td b/llvm/lib/Target/AArch64/AArch64InstrFormats.td index 10ad5b1f8f25..bde90358c969 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrFormats.td +++ b/llvm/lib/Target/AArch64/AArch64InstrFormats.td @@ -1862,7 +1862,6 @@ def pstatefield4_op : Operand { } // Instructions to modify PSTATE, no input reg -let Defs = [NZCV] in class PstateWriteSimple : SimpleSystemI<0, iops, asm, operands> {