llvm-project/llvm/lib/CodeGen/MIRParser
Sander de Smalen 5d6ee76c16 Describe stack-id as an enum
This patch changes MIR stack-id from an integer to an enum,
and adds printing/parsing support for this in MIR files. The default
stack-id '0' is now renamed to 'default'.

This should make MIR tests that have stack objects with different stack-ids
more descriptive. It also clarifies code operating on StackID.

Reviewers: arsenm, thegameg, qcolombet

Reviewed By: arsenm

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

llvm-svn: 363533
2019-06-17 09:13:29 +00:00
..
CMakeLists.txt
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MILexer.cpp Allow target to handle STRICT floating-point nodes 2019-06-05 22:33:10 +00:00
MILexer.h Allow target to handle STRICT floating-point nodes 2019-06-05 22:33:10 +00:00
MIParser.cpp Allow target to handle STRICT floating-point nodes 2019-06-05 22:33:10 +00:00
MIRParser.cpp Describe stack-id as an enum 2019-06-17 09:13:29 +00:00