mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 23:33:57 +00:00
X86: Depending on the local semantics of .align this test can also emit a nopl instead of nopw.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
549ea3a540
commit
08b6b81ec5
@ -7,7 +7,7 @@
|
|||||||
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
|
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
|
||||||
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i686 %s | llvm-objdump -d - | not FileCheck %s
|
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i686 %s | llvm-objdump -d - | not FileCheck %s
|
||||||
|
|
||||||
# CHECK-NOT: nopw
|
# CHECK-NOT: nop{{[lw]}}
|
||||||
inc %eax
|
inc %eax
|
||||||
.align 8
|
.align 8
|
||||||
inc %eax
|
inc %eax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user