[PATCH] D82525: [FPEnv] Intrinsics for access to FP control modes

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 09:01:32 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/fpenv.ll:35
+; CHECK:      sub  #2, r1
+; CHECK-NEXT: mov  r1, r12
+; CHECK-NEXT: call #fesetmode
----------------
Is this missing the instructions that copy %fpenv into the stack temporary?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82525/new/

https://reviews.llvm.org/D82525



More information about the llvm-commits mailing list