llvm-6502/test/tools/gold
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
..
Inputs gold-plugin: "Upgrade" debug info and handle its warnings. 2015-02-26 18:24:37 +00:00
alias.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
bad-alias.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
bcsection.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
coff.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
comdat.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
common.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
drop-debug.ll gold-plugin: "Upgrade" debug info and handle its warnings. 2015-02-26 18:24:37 +00:00
emit-llvm.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
invalid.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
linker-script.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
linkonce-weak.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
lit.local.cfg The gold tests also require ppc to be compiled in. 2014-09-05 19:01:12 +00:00
mtriple.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
no-map-whole-file.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
option.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
pr19901.ll gold-plugin: fix test to allow default visibility on local symbols 2015-02-15 09:32:30 +00:00
slp-vectorize.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
stats.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
vectorize.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
weak.ll [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00