[all-commits] [llvm/llvm-project] 6dc32d: [AArch64][SVE] Test more types in sve-fixed-length...

Joe Ellis via All-commits all-commits at lists.llvm.org
Mon Mar 22 07:09:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dc32da1b077735b3064adefe8aac7d8d441516b
      https://github.com/llvm/llvm-project/commit/6dc32da1b077735b3064adefe8aac7d8d441516b
  Author: Joe Ellis <joe.ellis at arm.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M llvm/test/CodeGen/AArch64/sve-fixed-length-subvector.ll

  Log Message:
  -----------
  [AArch64][SVE] Test more types in sve-fixed-length-subvector.ll

Previously only the i32 type was tested. Now, the {i,f}{16,32,64} types
are tested.

The v8{i,f}16 cases lower differently to the other cases, which is worth
defending. The lowering for the other cases is currently identical, but
probably worth having for the better coverage.

Differential Revision: https://reviews.llvm.org/D98690




More information about the All-commits mailing list