[PATCH] D42653: [RS4GC] Handle call/invoke instructions as base defining values of vectors
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 04:31:40 PST 2018
anna added a comment.
In https://reviews.llvm.org/D42653#991536, @DaniilSuchkov wrote:
> I wonder is it possible to handle this two instructions, GEPs, bitcasts, loads, and other in findBaseDefiningValue to avoid code duplication and such oversights?
We could, but I guess the idea is to explicitly think about vector and scalar code separately.
Repository:
rL LLVM
https://reviews.llvm.org/D42653
More information about the llvm-commits
mailing list