[all-commits] [llvm/llvm-project] 39329d: [DAGCombiner] add enum for store source value; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Wed Jul 8 09:50:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 39329d5724d94737fda0212f8e89ca240f14474a
      https://github.com/llvm/llvm-project/commit/39329d5724d94737fda0212f8e89ca240f14474a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

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

  Log Message:
  -----------
  [DAGCombiner] add enum for store source value; NFC

This removes existing code duplication and allows us to
assert that we are handling the expected cases.

We have a list of outstanding bugs that could benefit by
handling truncated source values, so that's a possible
addition going forward.




More information about the All-commits mailing list