[PATCH] D83036: [X86][FPEnv] Lowering of {get,set,reset}_fpmode

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 12:55:38 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/fpenv.ll:3
+; RUN: llc -mtriple=i686-unknown-linux-gnu -mattr=+sse -verify-machineinstrs < %s | FileCheck %s -check-prefixes=CHECK,X86-SSE
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s -check-prefixes=CHECK,X64
+
----------------
regenerate with the update_llc_test_checks.py script?


================
Comment at: llvm/test/CodeGen/X86/fpenv32.ll:1
+; RUN: llc -mtriple=i686-unknown-linux-gnu -mattr=-sse -verify-machineinstrs < %s | FileCheck %s
+
----------------
regenerate with the update_llc_test_checks.py script?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83036



More information about the llvm-commits mailing list