llvm-6502/test/CodeGen/ARM/Windows
David Blaikie 7c9c6ed761 [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230794 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-27 21:17:42 +00:00
..
aapcs.ll
alloca.ll ARM: correct WoA __builtin_alloca handling on O0 2014-07-19 01:29:51 +00:00
chkstk-movw-movt-isel.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
chkstk.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
dllimport.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-register.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
global-minsize.ll CodeGen: enable mov.w/mov.t pairs with minsize for WoA 2014-06-12 20:06:33 +00:00
hard-float.ll
integer-floating-point-conversion.ll ARM: add some integer/floating point conversion libcalls 2014-05-16 05:41:33 +00:00
long-calls.ll ARM: correct assertion for long-calls on WoA 2014-06-07 20:29:27 +00:00
mangling.ll
memset.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
mov32t-bundling.ll ARM: correct bundle generation for MOV32T relocations 2014-05-21 01:25:24 +00:00
movw-movt-relocations.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
no-aeabi.ll CodeGen: strengthen WoA AEABI avoidance tests 2014-05-04 23:13:18 +00:00
no-arm-mode.ll
no-ehabi.ll
pic.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
read-only-data.ll MC: Emit COFF section flags in the "proper" order 2015-02-07 08:26:40 +00:00
stack-probe-non-default.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
structors.ll MC: Emit COFF section flags in the "proper" order 2015-02-07 08:26:40 +00:00
vla.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00