diff options
author | Alex Lorenz <arphaman@gmail.com> | 2015-07-06 23:07:26 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2015-07-06 23:07:26 +0000 |
commit | cb268d46f002d8f506f9b506f3eb812f6dc136b8 (patch) | |
tree | 50c7588205ba7e25cc9ec38dcd1dcfd1e6426a24 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | e869b753e4edb9aee7fc30cc2dd886241cbdba1f (diff) | |
download | llvm-cb268d46f002d8f506f9b506f3eb812f6dc136b8.zip llvm-cb268d46f002d8f506f9b506f3eb812f6dc136b8.tar.gz llvm-cb268d46f002d8f506f9b506f3eb812f6dc136b8.tar.bz2 |
MIR Serialization: Serialize the implicit register flag.
This commit serializes the implicit flag for the register machine operands. It
introduces two new keywords into the machine instruction syntax: 'implicit' and
'implicit-def'. The 'implicit' keyword is used for the implicit register
operands, and the 'implicit-def' keyword is used for the register operands that
have both the implicit and the define flags set.
Reviewers: Duncan P. N. Exon Smith
Differential Revision: http://reviews.llvm.org/D10709
llvm-svn: 241519
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions