[llvm] [X86] Don't fold very large offsets into addr displacements during ISel (PR #121678)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 19:25:20 PST 2025
================
@@ -0,0 +1,43 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=i386-pc-windows-msvc --frame-pointer=all | FileCheck %s
----------------
phoebewang wrote:
Does the `windows-msvc` matter here?
https://github.com/llvm/llvm-project/pull/121678
More information about the llvm-commits
mailing list