[all-commits] [llvm/llvm-project] a7b187: [AArch64] Fix a bug from a pattern for uaddv(uaddl...

JinGu Kang via All-commits all-commits at lists.llvm.org
Fri Nov 5 05:49:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7b1872593db1688c4e651f1ed8be578898d7c43
      https://github.com/llvm/llvm-project/commit/a7b1872593db1688c4e651f1ed8be578898d7c43
  Author: Jingu Kang <jingu.kang at arm.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/neon-uaddlv.ll

  Log Message:
  -----------
  [AArch64] Fix a bug from a pattern for uaddv(uaddlp(x)) ==> uaddlv

A pattern has selected wrong uaddlv MI. It should be as below.

uaddv(uaddlp(v8i8)) ==> uaddlv(v8i8)

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




More information about the All-commits mailing list