[all-commits] [llvm/llvm-project] 166968: [AArch64] Add test cases where zext can be lowered...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Feb 25 07:37:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 166968a8926aef59450f2679e040bc678f561726
      https://github.com/llvm/llvm-project/commit/166968a8926aef59450f2679e040bc678f561726
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    A llvm/test/CodeGen/AArch64/zext-to-tbl.ll
    A llvm/test/Transforms/CodeGenPrepare/AArch64/zext-to-shuffle.ll

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list