[llvm] [X86] Don't fold very large offsets into addr displacements during ISel (PR #121678)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 22:03:00 PST 2025
================
@@ -0,0 +1,36 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=i386-pc-windows-msvc | FileCheck %s
+
+define dso_local noundef i32 @foo(i1 %b) local_unnamed_addr #0 {
----------------
arsenm wrote:
Can drop attributes and should comment the test
https://github.com/llvm/llvm-project/pull/121678
More information about the llvm-commits
mailing list