[all-commits] [llvm/llvm-project] 6fa600: [DAG] DAGCombiner::XformToShuffleWithZero - use AP...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Jan 6 05:17:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fa6000e3e2bb582c6a8509c34b52ecd44fbf625
      https://github.com/llvm/llvm-project/commit/6fa6000e3e2bb582c6a8509c34b52ecd44fbf625
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

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

  Log Message:
  -----------
  [DAG] DAGCombiner::XformToShuffleWithZero - use APInt::extractBits helper. NFCI.


  Commit: 5d986a68a59c9bed7060e87840e61390d8247c1d
      https://github.com/llvm/llvm-project/commit/5d986a68a59c9bed7060e87840e61390d8247c1d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/X86/uitofp.ll

  Log Message:
  -----------
  [CostModel][X86] Add missing scalar i64->f32 uitofp costs


Compare: https://github.com/llvm/llvm-project/compare/89b11843254a...5d986a68a59c


More information about the All-commits mailing list