[llvm] [AArch64] Create set.fpmr intrinsic and assembly lowering (PR #114248)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 08:20:47 PST 2024


================
@@ -2145,6 +2145,12 @@ def MSR_FPSR : Pseudo<(outs), (ins GPR64:$val),
                PseudoInstExpansion<(MSR 0xda21, GPR64:$val)>,
                Sched<[WriteSys]>;
 
+let Uses = [FPMR], Defs = [FPMR, NZCV] in
----------------
Lukacma wrote:

Yes. forgot to remove this when switching to simple write. Fixed

https://github.com/llvm/llvm-project/pull/114248


More information about the llvm-commits mailing list