[PATCH] D45709: LoadStoreVectorizer crashes due to unsized type
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 16 16:42:28 PDT 2018
rampitec added a comment.
Code looks good, please fix the test.
================
Comment at: test/CodeGen/X86/loadStore_vectorizer.ll:9
+entry:
+ %0 = bitcast %struct_render_pipeline_state addrspace(1)* %pso to i16 addrspace(1)*
+ %1 = load i16, i16 addrspace(1)* %0, align 2
----------------
Please run the test through opt -instnamer
Repository:
rL LLVM
https://reviews.llvm.org/D45709
More information about the llvm-commits
mailing list