1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/AsmParser
Duncan P. N. Exon Smith 0c2bab754e IR: Stop upgrading !llvm.loop attachments via MDString
Remove logic to upgrade !llvm.loop by changing the MDString tag
directly.  This old logic would check (and change) arbitrary strings
that had nothing to do with loop metadata.  Instead, check !llvm.loop
attachments directly, and change which strings get attached.

Rather than updating the assembly-based upgrade, drop it entirely.  It
has been quite a while since we supported upgrading textual IR.

llvm-svn: 264373
2016-03-25 00:56:13 +00:00
..
CMakeLists.txt
LLLexer.cpp [AVR] Add calling convention parser tokens 2016-03-03 10:08:02 +00:00
LLLexer.h
LLParser.cpp IR: Stop upgrading !llvm.loop attachments via MDString 2016-03-25 00:56:13 +00:00
LLParser.h [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00
LLToken.h [AVR] Add calling convention parser tokens 2016-03-03 10:08:02 +00:00
LLVMBuild.txt
module.modulemap
Parser.cpp [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00