[llvm] [LLVM] [X86] Fix integer overflows in frame layout for huge frames (PR #101840)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 02:09:40 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
----------------
RKSimon wrote:
Why have you dropped 32-bit test coverage?
https://github.com/llvm/llvm-project/pull/101840
More information about the llvm-commits
mailing list