This patch adds a condition code operand type in the AsmParser, such that incorrect conditions can be properly diagnosed.
As with my previous patches, there is no testcase for this as it is part of the merge of MC/AArch64/basic-a64-diagnostics.s.
Paths
| Differential D3780
[ARM64] Add condition code operand type such that proper diagnostics can be emitted ClosedPublic Authored by bsmith on May 15 2014, 2:40 AM.
Details
Summary This patch adds a condition code operand type in the AsmParser, such that incorrect conditions can be properly diagnosed. As with my previous patches, there is no testcase for this as it is part of the merge of MC/AArch64/basic-a64-diagnostics.s.
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 15 2014, 3:46 AM
Revision Contents
Diff 9421 lib/Target/ARM64/ARM64InstrFormats.td
lib/Target/ARM64/AsmParser/ARM64AsmParser.cpp
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.h
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.cpp
|