[all-commits] [llvm/llvm-project] 9c766b: [X86] Regenerate midpoint-int.ll tests

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Dec 4 01:45:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c766b8418b9b0a4196014f5a2e983d98f33eeef
      https://github.com/llvm/llvm-project/commit/9c766b8418b9b0a4196014f5a2e983d98f33eeef
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/midpoint-int.ll

  Log Message:
  -----------
  [X86] Regenerate midpoint-int.ll tests

Replace X32 check prefixes with X86 - X32 is generally used for gnux triple tests


  Commit: 8eedd18fcb9d5d3cad887bd0d2c165ab3a47347b
      https://github.com/llvm/llvm-project/commit/8eedd18fcb9d5d3cad887bd0d2c165ab3a47347b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Remove unnecessary bitcast. NFC.

The X86ISD::SUBV_BROADCAST node is already VT


  Commit: 6f4ee6f87060a88d09db4706b6a6483d459cc3b4
      https://github.com/llvm/llvm-project/commit/6f4ee6f87060a88d09db4706b6a6483d459cc3b4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

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

  Log Message:
  -----------
  [DAGCombiner] Use const APInt& for getConstantOperandAPInt results. NFCI.

Avoid unnecessary instantiation.

Noticed while removing unnecessary autos


Compare: https://github.com/llvm/llvm-project/compare/0b71bf793924...6f4ee6f87060


More information about the All-commits mailing list