[all-commits] [llvm/llvm-project] ade6fa: [AArch64][GlobalISel] Make <8 x s16> for G_INSERT_...

AE via All-commits all-commits at lists.llvm.org
Fri Sep 25 02:01:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ade6fa46f94b31e89c8a488264ac79e319d1ccdb
      https://github.com/llvm/llvm-project/commit/ade6fa46f94b31e89c8a488264ac79e319d1ccdb
  Author: Amara Emerson <amara at apple.com>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-insert-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir

  Log Message:
  -----------
  [AArch64][GlobalISel] Make <8 x s16> for G_INSERT_VECTOR_ELT legal.


  Commit: f7b36b35b69a3f100c740ac4bcd933fcdce58798
      https://github.com/llvm/llvm-project/commit/f7b36b35b69a3f100c740ac4bcd933fcdce58798
  Author: Amara Emerson <amara at apple.com>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/select-dup.mir

  Log Message:
  -----------
  [AArch64][GlobalISel] Manually select G_DUP with s8/s16 gpr scalar operands.

These don't get selected by the imported patterns, and avoiding generating them
is a whole load of not-worth-it-hassle (until we have fp types in GlobalISel).


Compare: https://github.com/llvm/llvm-project/compare/6f10998ad806...f7b36b35b69a


More information about the All-commits mailing list