[PATCH] D34666: [PatternMatch] Remove 64-bit or less restriction from m_SpecificInt

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 23:04:25 PDT 2017


craig.topper added a comment.

It looks like when m_SpecificInt was added in https://reviews.llvm.org/rL216586 in Aug 2014 it came with this restriction. I wonder if it was borrowed from the m_ConstantInt that writes to a uint64_t that's located right next to it in the file.


https://reviews.llvm.org/D34666





More information about the llvm-commits mailing list