David Blaikie
a79ac14fa6
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
...
Essentially the same as the GEP change in r230786.
A similar migration script can be used to update test cases, though a few more
test case improvements/changes were required this time around: (r229269-r229278)
import fileinput
import sys
import re
pat = re.compile(r"((?:=|:|^)\s*load (?:atomic )?(?:volatile )?(.*?))(| addrspace\(\d+\) *)\*($| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$)")
for line in sys.stdin:
sys.stdout.write(re.sub(pat, r"\1, \2\3*\4", line))
Reviewers: rafael, dexonsmith, grosser
Differential Revision: http://reviews.llvm.org/D7649
llvm-svn: 230794
2015-02-27 21:17:42 +00:00
..
2015-02-27 21:17:42 +00:00
2014-04-09 15:39:11 +00:00
2015-02-27 21:17:42 +00:00
2014-01-28 18:35:29 +00:00
2014-12-15 19:07:53 +00:00
2014-06-27 18:35:44 +00:00
2014-07-17 18:10:09 +00:00
2014-07-16 16:26:58 +00:00
2014-07-21 22:54:44 +00:00
2014-06-27 18:35:27 +00:00
2014-03-13 23:18:37 +00:00
2015-02-27 21:17:42 +00:00
2015-01-26 19:52:20 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2013-11-15 12:30:04 +00:00
2014-12-15 19:07:53 +00:00
2014-07-16 16:26:58 +00:00
2014-07-16 16:26:58 +00:00
2014-07-16 16:26:58 +00:00
2014-01-21 14:40:05 +00:00
2014-06-27 18:35:21 +00:00
2015-01-14 15:36:28 +00:00
2015-01-14 15:36:28 +00:00
2015-02-27 21:17:42 +00:00
2014-07-17 18:10:09 +00:00
2014-07-17 18:10:09 +00:00
2015-02-27 21:17:42 +00:00
2014-06-27 18:36:01 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2014-12-15 19:07:53 +00:00
2015-02-27 21:17:42 +00:00
2014-06-27 18:35:37 +00:00
2014-07-17 18:10:09 +00:00
2014-06-27 18:36:06 +00:00
2014-07-16 16:26:58 +00:00
2014-07-16 16:26:58 +00:00
2014-06-27 18:35:24 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2013-12-05 12:58:00 +00:00
2014-08-29 15:30:20 +00:00
2014-08-29 15:30:20 +00:00
2015-02-27 19:29:02 +00:00
2014-06-09 22:42:55 +00:00
2015-02-27 21:17:42 +00:00
2014-07-16 16:26:58 +00:00
2015-02-27 21:17:42 +00:00
2014-12-15 19:07:53 +00:00
2015-02-27 21:17:42 +00:00
2014-07-23 20:23:49 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2014-12-17 17:59:04 +00:00
2014-06-27 18:36:11 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 19:29:02 +00:00
2015-02-27 21:17:42 +00:00
2014-06-27 18:35:33 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2014-07-16 16:26:58 +00:00
2014-07-16 16:26:58 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-03-31 15:56:26 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-01-12 14:09:17 +00:00
2014-07-17 16:58:56 +00:00
2015-02-27 21:17:42 +00:00
2014-12-17 17:59:04 +00:00
2015-02-27 21:17:42 +00:00
2014-10-25 03:46:16 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2014-12-01 21:16:17 +00:00