[PATCH] D51392: [IR] add shuffle queries for identity extend/extract
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 08:13:52 PDT 2018
spatel closed this revision.
spatel marked an inline comment as done.
spatel added a comment.
I messed up linking the commit to the review - it was https://reviews.llvm.org/rL341075.
I went with isIdentityWithPadding() and kept isIdentityWithExtract() for now. I'll post a patch that uses these, and we can adjust the names if those don't feel right.
https://reviews.llvm.org/D51392
More information about the llvm-commits
mailing list