[PATCH] [DAGCombiner] Fold (vextract v, (sext (trunc i))) -> (vextract v, i)

Michael Spencer bigcheesegs at gmail.com
Fri Apr 25 19:18:55 PDT 2014


Realized that this optimization is invalid. Replaced by http://reviews.llvm.org/D3519 .

http://reviews.llvm.org/D3494






More information about the llvm-commits mailing list