[all-commits] [llvm/llvm-project] 61d29e: [LegalizeTypes] Remove a few cases from SplitVecto...

topperc via All-commits all-commits at lists.llvm.org
Sat Sep 12 21:00:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 61d29e0dff0e93f3fa1382fb177634840844b273
      https://github.com/llvm/llvm-project/commit/61d29e0dff0e93f3fa1382fb177634840844b273
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

  Log Message:
  -----------
  [LegalizeTypes] Remove a few cases from SplitVectorOperand that should never happen. NFC

CTTZ, CTLZ, CTPOP, and FCANONICALIZE all have the same input and
output types so the operand should have already been legalized when the
result type was legalized.




More information about the All-commits mailing list