[all-commits] [llvm/llvm-project] 1b5ab1: [AArch64] add select tests with partial vector und...

RotateRight via All-commits all-commits at lists.llvm.org
Tue Mar 2 11:29:44 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b5ab13541319f1ec6fbda10d81048fba35c3abd
      https://github.com/llvm/llvm-project/commit/1b5ab13541319f1ec6fbda10d81048fba35c3abd
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M llvm/test/CodeGen/AArch64/select-with-and-or.ll

  Log Message:
  -----------
  [AArch64] add select tests with partial vector undefs; NFC


  Commit: 415c67ba4ce58b5ab29fa17f033b944e420e62bc
      https://github.com/llvm/llvm-project/commit/415c67ba4ce58b5ab29fa17f033b944e420e62bc
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/test/CodeGen/AArch64/select-with-and-or.ll

  Log Message:
  -----------
  [SDAG] allow partial undef vector constants with select->logic folds

This is an enhancement suggested in the original review/commit:
D97730 / 7fce3322a283


Compare: https://github.com/llvm/llvm-project/compare/068aa12f96af...415c67ba4ce5


More information about the All-commits mailing list