Adding this convenience function was suggested in D8086 as a way to ease creation of ShuffleVectors in AutoUpgrade and other places.
I changed one instance in AutoUpgrade as an example of the intended usage.
Differential D8184
IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int spatel on Mar 9 2015, 2:48 PM. Authored by
Details Adding this convenience function was suggested in D8086 as a way to ease creation of ShuffleVectors in AutoUpgrade and other places. I changed one instance in AutoUpgrade as an example of the intended usage.
Diff Detail
Event TimelineComment Actions Patch looks fine to me other than my one comment. But I've never really looked at this file so I'm not sure I'm the best reviewer. Comment Actions Thanks, Craig. Was that an inline comment? I'm not seeing anything posted here in the review. Comment Actions Yeah it was inline comment not sure why it disappeared. I just said to make the Idxs array in AutoUpgrade a 'const' array. |