[ARM] Convert test to opaque pointers
authorNikita Popov <npopov@redhat.com>
Tue, 4 Apr 2023 09:27:43 +0000 (11:27 +0200)
committerNikita Popov <npopov@redhat.com>
Tue, 11 Apr 2023 08:28:40 +0000 (10:28 +0200)
commitcd91992de838af1ec1d8d6983402e2b2a6474d7b
tree61bec112ed351dfd674511472fe0c773af127ee9
parent86946ebb796c4ccde85b34aa52964e9aadabc692
[ARM] Convert test to opaque pointers

When converting this test to opaque pointers, we get a register
move between the call and the inline asm. However, the test
comment specifically says that there should be nothing between them.

As far as I can tell, this is fine, both in that the inline asm
doesn't use the relevant registers, but also more generally
because the inline asm doesn't declare any clobbers, so really
LLVM can do whatever, side effects or not. The test was added
by 618ce3e85ed1c68e89dc696b7c9ab94a6a910797 with only a reference
to Apple's internal issue tracker.

Differential Revision: https://reviews.llvm.org/D147512
llvm/test/CodeGen/ARM/fast-isel-inline-asm.ll