[all-commits] [llvm/llvm-project] 9d4b4f: DAGCombiner.cpp - remove non-constant EXTRACT_SUBV...

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


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

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

  Log Message:
  -----------
  DAGCombiner.cpp - remove non-constant EXTRACT_SUBVECTOR/INSERT_SUBVECTOR handling. NFC.

Now that D79814 has landed, we can assume that subvector ops use constant, in-range indices.




More information about the All-commits mailing list