1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/ExecutionEngine/MCJIT/remote
David Blaikie ab043ff680 [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
..
Inputs Enable EHABI by default 2014-01-29 11:50:56 +00:00
cross-module-a.ll Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
cross-module-sm-pic-a.ll Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
lit.local.cfg Re-enabling MCJIT tests on ARM 2014-01-25 23:38:08 +00:00
multi-module-a.ll Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
multi-module-sm-pic-a.ll Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
simpletest-remote.ll Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
stubs-remote.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
stubs-sm-pic.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
test-common-symbols-remote.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
test-data-align-remote.ll Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
test-fp-no-external-funcs-remote.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
test-global-init-nonzero-remote.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
test-global-init-nonzero-sm-pic.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
test-ptr-reloc-remote.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
test-ptr-reloc-sm-pic.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00