Fixes
http://bugs.llvm.org/show_bug.cgi?id=32697
Thanks to Filipe for pointing out the three gep vector variants to cover
Differential D32180
[InstSimplify] Deduce correct type for vector gep davide on Apr 18 2017, 10:44 AM. Authored by
Details Fixes Thanks to Filipe for pointing out the three gep vector variants to cover
Diff Detail
Event TimelineComment Actions Since we already have a test file specifically for vector gep simplifications (test/Transforms/InstSimplify/vector_gep.ll), can you please add these new tests there? I find it easier to locate and fix bugs when related tests are co-located. A comment/link back to http://bugs.llvm.org/show_bug.cgi?id=32697 above the regression test also saves time for future bug hunting. Thanks! |