[PATCH] D38841: [mips] Provide alternate predicates for constant synthesis

Stefan Maksimovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 03:40:41 PDT 2017


smaksimovic added a comment.

We could, in addition to the new predicates, reorder the patterns which use them resulting in exposure of the underlying dependence of the order the patterns are laid out.
I stuck with Val & 0xfff instead of suggested isUInt<16>(Val) since it seems that it behaves differently.


https://reviews.llvm.org/D38841





More information about the llvm-commits mailing list