[PATCH] D34666: [PatternMatch] Remove 64-bit or less restriction from m_SpecificInt
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 04:30:31 PDT 2017
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D34666#791657, @craig.topper wrote:
> 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.
Seems likely.
LGTM.
https://reviews.llvm.org/D34666
More information about the llvm-commits
mailing list