Paul Walker
a8c59c6124
[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
2020-06-10 09:42:00 +00:00
..
2020-01-28 23:25:25 +01:00
2020-05-22 21:54:28 -07:00
2019-07-31 03:22:08 +00:00
2020-05-02 16:08:46 +02:00
2019-04-25 11:57:40 +00:00
2020-03-31 16:16:19 +08:00
2019-01-19 08:50:56 +00:00
2020-03-03 12:17:53 +01:00
2020-01-24 17:29:32 -08:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2018-06-13 18:32:02 +00:00
2019-01-19 08:50:56 +00:00
2020-06-08 12:44:18 -07:00
2020-05-27 14:49:30 -07:00
2020-03-03 11:03:09 +01:00
2019-01-19 08:50:56 +00:00
2020-01-11 15:27:07 -05:00
2020-02-05 21:32:11 +01:00
2020-06-02 12:57:51 +02:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2020-04-01 21:50:11 +08:00
2019-01-19 08:50:56 +00:00
2019-03-11 09:06:18 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2020-02-21 15:29:48 +01:00
2020-04-13 12:52:44 -07:00
2020-06-10 09:42:00 +00:00
2020-03-30 13:19:18 -07:00
2020-05-05 08:11:58 -07:00
2020-01-29 21:16:46 -08:00
2019-01-19 08:50:56 +00:00
2020-02-11 07:38:42 -08:00
2020-05-17 18:51:21 +01:00
2020-05-28 19:54:18 +01:00
2020-04-14 15:14:40 -07:00
2019-12-18 10:47:02 -08:00
2020-01-28 23:25:25 +01:00
2020-04-09 10:10:37 +01:00
2020-04-06 14:14:11 +02:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-04-25 09:03:32 +00:00
2020-02-27 17:23:48 -08:00
2019-01-19 08:50:56 +00:00
2020-04-15 15:12:28 -07:00
2019-05-20 20:53:05 +00:00
2019-01-19 08:50:56 +00:00
2020-04-10 00:14:20 -04:00
2020-05-05 15:21:05 -07:00
2020-06-04 01:13:35 -07:00
2020-05-06 09:12:00 -04:00
2019-08-14 13:59:04 +00:00
2020-06-09 17:48:00 -07:00
2019-08-14 13:59:04 +00:00
2019-11-11 22:14:28 -08:00
2019-01-19 08:50:56 +00:00
2019-08-14 13:59:04 +00:00
2020-01-07 00:51:41 +01:00
2020-03-31 16:16:19 +08:00
2019-01-20 21:19:56 +00:00
2019-01-19 08:50:56 +00:00
2020-01-28 23:25:25 +01:00
2020-06-08 12:44:18 -07:00
2020-02-27 17:23:48 -08:00
2019-01-19 08:50:56 +00:00
2020-05-13 16:58:51 -07:00
2020-04-27 13:59:02 -04:00
2020-02-14 10:24:22 -05:00
2020-02-14 10:24:22 -05:00
2019-01-19 08:50:56 +00:00
2020-04-25 15:06:21 -04:00
2019-01-19 08:50:56 +00:00
2020-06-04 14:56:35 +02:00
2019-10-14 13:14:34 +00:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-05-06 13:41:54 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2020-06-04 14:59:45 +01:00
2020-06-08 09:48:47 -07:00
2019-01-19 08:50:56 +00:00
2020-05-26 11:07:27 -07:00
2019-11-11 20:48:28 -08:00