[all-commits] [llvm/llvm-project] a11d9a: [AArch64][GlobalISel] Fix constraining LDXPX intri...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Tue Jul 27 12:14:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a11d9a1f480ff83f98c550a6139637ff69c9c07c
https://github.com/llvm/llvm-project/commit/a11d9a1f480ff83f98c550a6139637ff69c9c07c
Author: Amara Emerson <amara at apple.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list