[llvm] [llvm][X86] Fix merging of large sp updates (PR #125007)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 1 04:58:46 PST 2025


================
@@ -0,0 +1,31 @@
+; RUN: llc < %s -O3 -mtriple=x86_64-linux-unknown -verify-machineinstrs -o %t.s
----------------
phoebewang wrote:

Do not need `O3`.

https://github.com/llvm/llvm-project/pull/125007


More information about the llvm-commits mailing list