[llvm] [X86][NFC] - Add sitofp and fptosi tests for x87 mode (PR #136860)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 06:19:42 PDT 2025
================
@@ -0,0 +1,423 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; NOTE: Fast Isel is not added because it does not support x87 stores.
+
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+x87,-sse,-sse2 -global-isel=0 | FileCheck %s --check-prefixes X64,SDAG-X64
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+x87,-sse,-sse2 -global-isel -global-isel-abort=2 | FileCheck %s --check-prefixes X64,GISEL-X64
----------------
arsenm wrote:
doesn't matter if it's just going to be immediately changed
https://github.com/llvm/llvm-project/pull/136860
More information about the llvm-commits
mailing list