diff options
author | Paul Walker <paul.walker@arm.com> | 2020-05-14 10:32:58 +0000 |
---|---|---|
committer | Paul Walker <paul.walker@arm.com> | 2020-06-10 09:42:00 +0000 |
commit | 8fd2270370244f0e93b4fd9ac4e13473f3cd7dd7 (patch) | |
tree | 1faa261f2e7271d28645c595dce9c789e07d59d9 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | f2c8f6e16d25ca356f58995109292735b222b1b7 (diff) | |
download | llvm-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