[llvm] [X86] Correct 32-bit immediate assertion and fix 64-bit lowering for huge frame offsets (PR #123872)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 23:59:21 PDT 2025
================
@@ -0,0 +1,23 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --no_x86_scrub_sp --version 4
+; RUN: llc -O0 -mtriple=x86_64 -mattr=+avx512f -verify-machineinstrs < %s | FileCheck %s --check-prefix=CHECK
----------------
arsenm wrote:
```suggestion
; RUN: llc -O0 -mtriple=x86_64 -mattr=+avx512f < %s | FileCheck %s --check-prefix=CHECK
```
https://github.com/llvm/llvm-project/pull/123872
More information about the llvm-commits
mailing list