llvm-project/llvm/lib/CodeGen/MIRParser
Matthias Braun a83403892a MachineOperand/MIParser: Do not print debug-use flag, infer it
The debug-use flag must be set exactly for uses on DBG_VALUEs.  This is
so obvious that it can be trivially inferred while parsing. This will
reduce noise when printing while omitting an information that has little
value to the user.

The parser will keep recognizing the flag for compatibility with old
`.mir` files.

Differential Revision: https://reviews.llvm.org/D53903

llvm-svn: 345671
2018-10-30 23:28:27 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MILexer.cpp Revert r343317 2018-09-28 17:01:50 +00:00
MILexer.h Revert r343317 2018-09-28 17:01:50 +00:00
MIParser.cpp MachineOperand/MIParser: Do not print debug-use flag, infer it 2018-10-30 23:28:27 +00:00
MIParser.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
MIRParser.cpp [MIR] Add hasWinCFI field 2018-10-24 21:07:38 +00:00