mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Simplify testcase. NFC.
Thanks to Filipe Cabecinhas for the tip. llvm-svn: 221705
This commit is contained in:
parent
2b1221e06b
commit
46b9989837
@ -1,11 +1,11 @@
|
|||||||
; RUN: llc -filetype=obj < %s | llvm-objdump -d - | FileCheck %s
|
; RUN: llc -show-mc-encoding < %s | FileCheck %s
|
||||||
|
|
||||||
; Test that the direct object emission selects the and variant with 8 bit
|
; Test that the direct object emission selects the and variant with 8 bit
|
||||||
; immediate.
|
; immediate.
|
||||||
; We used to get this wrong when using direct object emission, but not when
|
; We used to get this wrong when using direct object emission, but not when
|
||||||
; reading assembly.
|
; reading assembly.
|
||||||
|
|
||||||
; CHECK: 48 83 e4 e0 andq $-32, %rsp
|
; CHECK: andq $-32, %rsp # encoding: [0x48,0x83,0xe4,0xe0]
|
||||||
|
|
||||||
target triple = "x86_64-pc-linux"
|
target triple = "x86_64-pc-linux"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user