[PATCH] D29489: Optimize SETCC + VSEL of incompatible or illegal types
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 09:56:30 PST 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/ARM/vuzp.ll:325
; truncate from i32 to i16 and one vuzp to perform the final truncation for i8.
; CHECK-LABEL: vuzp_trunc:
; CHECK: @ BB#0:
----------------
This comment and the test name need updating as vuzp isn't used anymore.
https://reviews.llvm.org/D29489
More information about the llvm-commits
mailing list