[PATCH] D50035: [SLC] Expand simplification of pow() for vector types

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 13:17:47 PDT 2018


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

I suppose the extra check doesn't hurt anything, and this is all disorganized anyway. The simplifications of calls to constants should really be in InstSimplify.
The vector changes look correct, so LGTM.


https://reviews.llvm.org/D50035





More information about the llvm-commits mailing list