]> granicus.if.org Git - llvm/commit
[DAGCombiner] refactor narrowing of extracted vector binop; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 11 Apr 2019 15:59:47 +0000 (15:59 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 11 Apr 2019 15:59:47 +0000 (15:59 +0000)
commitbc87fa30f7ff80db6e457e296e9ac2a8663b5381
treed51ecb15866459ed7129d13f3c1a0b7ced3532b9
parent6b550bf3faa8a2325aecf15cf76173b83cc5a5ea
[DAGCombiner] refactor narrowing of extracted vector binop; NFC

There's a TODO comment about handling patterns with insert_subvector,
and we do want to match that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358187 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp