[llvm] [X86][SSE] Don't emit SSE2 load instructions in SSE1-only mode (PR #134547)
Stefan Schmidt via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 8 08:31:12 PDT 2025
================
@@ -0,0 +1,15 @@
+; RUN: llc < %s -mtriple=i386-unknown-unknown -mattr=+sse -O3 | FileCheck %s --check-prefixes=X86
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=-sse2,+sse -O3 | FileCheck %s --check-prefixes=X64
----------------
thrimbor wrote:
Done
https://github.com/llvm/llvm-project/pull/134547
More information about the llvm-commits
mailing list