[all-commits] [llvm/llvm-project] d3a56f: [AArch64][GlobalISel] Allow G_DUP for elements sma...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Fri Jun 12 09:41:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3a56f062b40ac6246b84ae179a485933ff39db2
https://github.com/llvm/llvm-project/commit/d3a56f062b40ac6246b84ae179a485933ff39db2
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-shuffle-splat.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-dup.mir
Log Message:
-----------
[AArch64][GlobalISel] Allow G_DUP for elements smaller than 32 B.
We select all of these via patterns now, so there's no reason to disallow this.
Update select-dup.mir to show that we correctly select the smaller types.
Differential Revision: https://reviews.llvm.org/D81322
More information about the All-commits
mailing list