[all-commits] [llvm/llvm-project] 4a2807: [AArch64] Convert test to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 20 03:32:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a2807d24849d9811d7f6b265a40e5ba572771cc
https://github.com/llvm/llvm-project/commit/4a2807d24849d9811d7f6b265a40e5ba572771cc
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/inlineasm-X-constraint.ll
Log Message:
-----------
[AArch64] Convert test to opaque pointers (NFC)
One test case was testing the case where a bitcasted function
pointer is passed to an X constraint. With opaque pointers, this
is no longer a thing, and it gets treated the same way as a
non-bitcasted function pointer. Per the comment, this is a
desirable change.
More information about the All-commits
mailing list