[all-commits] [llvm/llvm-project] a967aa: [DAGCombiner] ISD::SDIV/UDIV/SREM/UREM - use gener...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jan 30 04:14:26 PST 2020


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

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

  Log Message:
  -----------
  [DAGCombiner] ISD::SDIV/UDIV/SREM/UREM - use general SelectionDAG::FoldConstantArithmetic

This handles all the constant splat / opaque testing for us.


  Commit: 57b0d3322445d48b52f63309b1afce8f0ff8e480
      https://github.com/llvm/llvm-project/commit/57b0d3322445d48b52f63309b1afce8f0ff8e480
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-30 (Thu, 30 Jan 2020)

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

  Log Message:
  -----------
  [DAGCombiner] ISD::AND/OR/XOR - use general SelectionDAG::FoldConstantArithmetic

This handles all the constant splat / opaque testing for us.


Compare: https://github.com/llvm/llvm-project/compare/d242aa245ccf...57b0d3322445


More information about the All-commits mailing list