[PATCH] D13438: Start replacing vector_extract/vector_insert with extractelt/insertelt

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 20:50:22 PST 2015


hfinkel added a subscriber: hfinkel.
hfinkel accepted this revision.
hfinkel added a reviewer: hfinkel.
hfinkel added a comment.
This revision is now accepted and ready to land.

Please add a comment to include/llvm/Target/TargetSelectionDAG.td above the definitions of vector_extract and vector_insert stating that the use of extractelt and insertelt is preferred when applicable.

Otherwise, LGTM.


http://reviews.llvm.org/D13438





More information about the llvm-commits mailing list