[all-commits] [llvm/llvm-project] b0db2d: [AArch64][SVEIntrinsicOpts] Optimize tbl+dup into ...

junparser via All-commits all-commits at lists.llvm.org
Mon Mar 29 19:35:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0db2dbc291f1fdc48b7e03c78a1dfdf26864c14
      https://github.com/llvm/llvm-project/commit/b0db2dbc291f1fdc48b7e03c78a1dfdf26864c14
  Author: Jun Ma <JunMa at linux.alibaba.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
    A llvm/test/CodeGen/AArch64/sve-tbl-dupx.ll

  Log Message:
  -----------
  [AArch64][SVEIntrinsicOpts] Optimize tbl+dup into dup+extractelement

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


  Commit: 1af373c673691b7b0640fcbccdfa4a1874116956
      https://github.com/llvm/llvm-project/commit/1af373c673691b7b0640fcbccdfa4a1874116956
  Author: Jun Ma <JunMa at linux.alibaba.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/CodeGen/AArch64/aarch64-dup-extract-scalable.ll
    M llvm/test/CodeGen/AArch64/sve-ld-post-inc.ll

  Log Message:
  -----------
  [AArch64][SVE] Codegen dup_lane for dup(vector_extract)

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


  Commit: 65462a08bfb94cafad41d5b95e6ec6274eeb9ae3
      https://github.com/llvm/llvm-project/commit/65462a08bfb94cafad41d5b95e6ec6274eeb9ae3
  Author: Jun Ma <JunMa at linux.alibaba.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td

  Log Message:
  -----------
  [NFC][SVE] Remove redundant pattern


Compare: https://github.com/llvm/llvm-project/compare/5127da029194...65462a08bfb9


More information about the All-commits mailing list