[all-commits] [llvm/llvm-project] 4580b0: [X86] getFauxShuffle - remove (unused) ISD::TRUNCA...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri May 15 09:41:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4580b0f5b65c18b3029ca0936762dcec727274c4
      https://github.com/llvm/llvm-project/commit/4580b0f5b65c18b3029ca0936762dcec727274c4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-15 (Fri, 15 May 2020)

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

  Log Message:
  -----------
  [X86] getFauxShuffle - remove (unused) ISD::TRUNCATE shuffle decoding.


  Commit: 9825d3daa80c19872326d8e137ada39a1727cfe8
      https://github.com/llvm/llvm-project/commit/9825d3daa80c19872326d8e137ada39a1727cfe8
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-15 (Fri, 15 May 2020)

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

  Log Message:
  -----------
  [X86] Use getConstantOperandVal helper in a few places. NFC.

Avoid raw cast<ConstantSDNode> calls.


Compare: https://github.com/llvm/llvm-project/compare/1a68b5f048c6...9825d3daa80c


More information about the All-commits mailing list