[AArch64][GlobalISel] Fix constraining LDXPX intrinsic selection.
authorAmara Emerson <amara@apple.com>
Tue, 27 Jul 2021 19:00:44 +0000 (12:00 -0700)
committerAmara Emerson <amara@apple.com>
Tue, 27 Jul 2021 19:13:56 +0000 (12:13 -0700)
commita11d9a1f480ff83f98c550a6139637ff69c9c07c
treed36c38f397cfdc59658b37c5b4e68ff41a0e2c93
parent1ee6559ef698301eeb220126937b563858999d92
[AArch64][GlobalISel] Fix constraining LDXPX intrinsic selection.

Causes a fallback because of lack of regclasses on vregs, unless its without
asserts, where we end up crashing later in codegen.
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp