[PATCH] D70504: [X86] Add support for STRICT_FP_ROUND/STRICT_FP_EXTEND from/to fp128 to/from f32/f64/f80 in 64-bit mode.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 21:28:37 PST 2019
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/fp128-cast-strict.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+sse | FileCheck %s --check-prefixes=X64,X64-SSE
+; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+sse | FileCheck %s --check-prefixes=X64,X64-SSE
----------------
We can add option `-disable-strictnode-mutation` now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70504/new/
https://reviews.llvm.org/D70504
More information about the llvm-commits
mailing list