[all-commits] [llvm/llvm-project] 511f4a: [PowerPC] Add patterns for vselect of v1i128

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Mon May 17 04:38:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 511f4ae54ed498981723f597d94cbf41f60b8d78
      https://github.com/llvm/llvm-project/commit/511f4ae54ed498981723f597d94cbf41f60b8d78
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrAltivec.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/test/CodeGen/PowerPC/sat-add.ll

  Log Message:
  -----------
  [PowerPC] Add patterns for vselect of v1i128

These patterns are missing even though the underlying instruction
doesn't really care about the type. Added these patterns to resolve
https://bugs.llvm.org/show_bug.cgi?id=50084




More information about the All-commits mailing list