[llvm] [LLVM] [X86] Fix integer overflows in frame layout for huge frames (PR #101840)
Wesley Wiser via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 17 19:35:10 PDT 2024
================
@@ -1,23 +1,15 @@
-; RUN: llc < %s -mtriple=x86_64-linux-unknown -verify-machineinstrs | FileCheck %s --check-prefix=CHECK-64
-; RUN: llc < %s -mtriple=i386-linux-unknown -verify-machineinstrs | FileCheck %s --check-prefix=CHECK-32
+; RUN: llc < %s -mtriple=x86_64-linux-unknown -verify-machineinstrs | FileCheck %s
----------------
wesleywiser wrote:
That's fair. I think emitting an error would be good so I might take a stab at doing that in another PR. For now, I've reverted this.
https://github.com/llvm/llvm-project/pull/101840
More information about the llvm-commits
mailing list