[PATCH] D36395: [InstCombine] narrow rotate left/right patterns to eliminate zext/trunc (PR34046)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 06:21:15 PDT 2017


spatel added a comment.

In https://reviews.llvm.org/D36395#836103, @craig.topper wrote:

>   /// \brief Match a specific integer value or vector with all elements equal to
>   /// the value.
>   inline specific_intval m_SpecificInt(uint64_t V) { return specific_intval(V); }
>


Ah, never noticed/used that. So yes, let me use that and update the assert to be clearer. Thanks!


https://reviews.llvm.org/D36395





More information about the llvm-commits mailing list