summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pr40289.ll
blob: abcb5fa41fa672c3f74e9a787a101e9158513f44 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc < %s -mtriple=i686-pc-windows-msvc | FileCheck %s

define < 3 x i32 > @clobber() {
  %1 = alloca i32
  %2 = load volatile i32, i32* %1
  ret < 3 x i32 > undef
  ; CHECK-LABEL: clobber:
  ; CHECK-NOT: popl %esp
  ; CHECK: addl $4, %esp
}
OpenPOWER on IntegriCloud