[PATCH] D26066: [PowerPC] Improvements for BUILD_VECTOR Vol. 4
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 07:54:09 PST 2016
nemanjai added a comment.
>> <removed repeated comments>
>
> Did you try adding the corresponding code as a target-specific DAGCombine?
Yes, this transform is implemented as a target-specific DAGCombine but it's in one of the other related patches (https://reviews.llvm.org/D25980). That patch is only this transform (build_vector of fp-to-int into an fp-to-int of a build_vector).
Repository:
rL LLVM
https://reviews.llvm.org/D26066
More information about the llvm-commits
mailing list