This patch corresponds to review:
http://reviews.llvm.org/D10972
Back end portion of the third round of additions to altivec.h.
Differential D10973
Add missing builtins to the PPC back end for ABI compliance (vol. 3) nemanjai on Jul 6 2015, 2:00 PM. Authored by
Details
Diff Detail
Event Timeline
Comment Actions @hfinkel Hal, could you please comment as to where you would like me to put the pattern. With the other ones (around line 1000) isn't really an option since it would be before the definition of the instruction that it uses. I can move ALL the patern fragments into one section below the definition of the instructions (keeping the correct predicates with each group).
|
Please put this pattern with the other similar ones (around like 1000 it seems).