[PATCH] D43201: [X86] Only reorder srl/and on last DAG combiner run

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 16:17:07 PST 2018


spatel added a comment.

Not sure where we're at - https://reviews.llvm.org/rL325287 was supposed to include a new test file, but it didn't get committed yet? Will this patch affect those tests?

Are we converting all >8 bit constants to bt with optsize yet, or that's another patch?


https://reviews.llvm.org/D43201





More information about the llvm-commits mailing list