aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorPaul Walker <paul.walker@arm.com>2020-05-14 10:32:58 +0000
committerPaul Walker <paul.walker@arm.com>2020-06-10 09:42:00 +0000
commit8fd2270370244f0e93b4fd9ac4e13473f3cd7dd7 (patch)
tree1faa261f2e7271d28645c595dce9c789e07d59d9 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentf2c8f6e16d25ca356f58995109292735b222b1b7 (diff)
downloadllvm-8fd2270370244f0e93b4fd9ac4e13473f3cd7dd7.zip
llvm-8fd2270370244f0e93b4fd9ac4e13473f3cd7dd7.tar.gz
llvm-8fd2270370244f0e93b4fd9ac4e13473f3cd7dd7.tar.bz2
[FileCheck] Add function call support to numerical expressions.
This patch extends numerical expressions to allow calls to predefined functions. These calls can be combined with the existing numerical operators, which includes nesting calls. The call syntax is: <func>(<args>) Where <func> is a predefined string literal, currently limited to one of add, max, min and sub. <arg> is a comma seperated list of numerical expressions. Subscribers: arichardson, hiraditya, thopre, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D79936
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions