[PATCH] D66671: [InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, null for vectors
Noel Grandin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 24 09:21:57 PDT 2019
grandinj added inline comments.
================
Comment at: test/Transforms/InstCombine/gep-inbounds-null.ll:78
;; TODO: vectors not yet handled
define <2 x i1> @test_vector_base(<2 x i8*> %base, i64 %idx) {
----------------
TODO can be removed
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66671/new/
https://reviews.llvm.org/D66671
More information about the llvm-commits
mailing list