[llvm] [X86][GlobalISel] Support G_FCMP for scalar cases (PR #123598)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 02:26:04 PST 2025
================
@@ -0,0 +1,2784 @@
+# NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+# NOTE: This MIR test is required because the support for 64 bit memory ops is missing in i686 mode, Due to distinction between float/int types, support is expected in near future and there is this RFC in place https://discourse.llvm.org/t/rfc-globalisel-adding-fp-type-information-to-llt/83349. Once this support is introduced this test must be dropped and integrated into the LLVM IR tests.
+# RUN: llc -O2 -mtriple=i686-linux-gnu -mattr=+x87,-sse,-sse2 -start-after=legalizer -disable-gisel-legality-check -global-isel -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes GISEL-X86
+
+--- |
+ ; ModuleID = 'c2.ll'
----------------
mahesh-attarde wrote:
done.
https://github.com/llvm/llvm-project/pull/123598
More information about the llvm-commits
mailing list