[llvm] 7f8dee5 - [X86] Remove stale checks after a30c17aba9.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 10:25:18 PDT 2023
Author: Florian Hahn
Date: 2023-05-02T18:24:50+01:00
New Revision: 7f8dee5c540465b4eb487a3e555c89227ec33d76
URL: https://github.com/llvm/llvm-project/commit/7f8dee5c540465b4eb487a3e555c89227ec33d76
DIFF: https://github.com/llvm/llvm-project/commit/7f8dee5c540465b4eb487a3e555c89227ec33d76.diff
LOG: [X86] Remove stale checks after a30c17aba9.
Added:
Modified:
llvm/test/CodeGen/X86/i686-win-shrink-wrapping.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/i686-win-shrink-wrapping.ll b/llvm/test/CodeGen/X86/i686-win-shrink-wrapping.ll
index 229e7817ae00..ee2332c725d1 100644
--- a/llvm/test/CodeGen/X86/i686-win-shrink-wrapping.ll
+++ b/llvm/test/CodeGen/X86/i686-win-shrink-wrapping.ll
@@ -8,16 +8,6 @@ target triple = "i686-pc-windows-msvc18.0.0"
; Check that we do not use a basic block that has EFLAGS as live-in
; if we need to realign the stack.
-; PR27531.
-; CHECK-LABEL: stackRealignment:
-; Prologue code.
-; CHECK: pushl
-; Make sure we actually perform some stack realignment.
-; CHECK: andl ${{[-0-9]+}}, %esp
-; This is the end of the entry block.
-; The prologue should have happened before that point because past
-; this point, EFLAGS is live.
-; CHECK: jg
define x86_thiscallcc void @stackRealignment(ptr %this) {
; SHRINK-WRAP-LABEL: stackRealignment:
; SHRINK-WRAP: # %bb.0: # %entry
More information about the llvm-commits
mailing list