[PATCH] D59188: [DAGCombine] Fold insert_subvector(bitcast(x),bitcast(y)) -> bitcast(insert_subvector(x,y))

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 11 13:40:33 PDT 2019


RKSimon added a comment.

In D59188#1499010 <https://reviews.llvm.org/D59188#1499010>, @nikic wrote:

> Reverse ping. Apart from the previous comment this looks good, and I saw you already added some tests for that as well :)


Sorry this completely fell off my radar (again) - will take a look


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59188/new/

https://reviews.llvm.org/D59188





More information about the llvm-commits mailing list