[PATCH] D49342: [LSV] Refactoring + supporting bitcasts to a type of different size
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 14:25:35 PDT 2018
arsenm added inline comments.
================
Comment at: test/Transforms/LoadStoreVectorizer/AMDGPU/gep-bitcast.ll:62
define void @vect_zext_bitcast_i8_st4_to_i32_idx(i8 addrspace(1)* %arg1, i32 %base) {
- %add1 = add nuw i32 %base, 0
+ %add1 = add i32 %base, 0
%zext1 = zext i32 %add1 to i64
----------------
Why was the new dropped here?
Repository:
rL LLVM
https://reviews.llvm.org/D49342
More information about the llvm-commits
mailing list