[all-commits] [llvm/llvm-project] 6ff09c: [AArch64][GlobalISel] Fix <16 x s8> G_DUP regbanks...
AE via All-commits
all-commits at lists.llvm.org
Sun Feb 21 21:18:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ff09ce061df499b518150f33006d1b0dcfdabd7
https://github.com/llvm/llvm-project/commit/6ff09ce061df499b518150f33006d1b0dcfdabd7
Author: Amara Emerson <amara at apple.com>
Date: 2021-02-21 (Sun, 21 Feb 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/regbank-dup.mir
Log Message:
-----------
[AArch64][GlobalISel] Fix <16 x s8> G_DUP regbankselect to assign source to gpr.
We can only select this type if the source is on GPR, not FPR.
More information about the All-commits
mailing list