[AArch64] Add test cases where zext can be lowered to series of tbl.
authorFlorian Hahn <flo@fhahn.com>
Fri, 25 Feb 2022 15:36:31 +0000 (15:36 +0000)
committerFlorian Hahn <flo@fhahn.com>
Fri, 25 Feb 2022 15:36:32 +0000 (15:36 +0000)
commit166968a8926aef59450f2679e040bc678f561726
tree42b0237a224e0d5d5cbc3a8269fd4095e8afbefe
parentcd2776b0d5d77eeb166acdf5fce68db90309b403
[AArch64] Add test cases where zext can be lowered to series of tbl.

Add a set of tests for upcoming patches that allow lowering vector zext
using AArch64 tbl instructions instead of shifts.
llvm/test/CodeGen/AArch64/zext-to-tbl.ll [new file with mode: 0644]
llvm/test/Transforms/CodeGenPrepare/AArch64/zext-to-shuffle.ll [new file with mode: 0644]