diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-06-29 11:51:37 +0000 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-06-29 11:51:37 +0000 |
commit | fe107fcde4d29a5d76ccbe9141a2fc8b5dd990f3 (patch) | |
tree | 7cf53e07a7d9507a811ca4148ebf526eb0546d45 /llvm/lib/IR/Function.cpp | |
parent | 9e9eb62f9fd75706377ac6cf3abffad1328d0d4f (diff) | |
download | llvm-fe107fcde4d29a5d76ccbe9141a2fc8b5dd990f3.zip llvm-fe107fcde4d29a5d76ccbe9141a2fc8b5dd990f3.tar.gz llvm-fe107fcde4d29a5d76ccbe9141a2fc8b5dd990f3.tar.bz2 |
[IR][Patternmatch] Add m_SpecificInt_ULT() predicate
Summary:
Match an integer or vector with every element unsigned less than the
Threshold. For vectors, this includes constants with undefined elements.
FIXME: is it worth generalizing this to simply take ICmpInst::Predicate?
Reviewers: craig.topper, spatel, nikic
Reviewed By: spatel
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D63811
llvm-svn: 364711
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions