Fix REPE, REPZ, REPNZ for intel syntax
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
And by fix you mean we should be applying the mnemonic aliases for both the Intel and
AT&T dialect unconditionally?
test/MC/X86/intel-syntax.s | ||
---|---|---|
7 | Please put spaces between "//" and the "CHECK". |
Comment Actions
REPE, REPZ, REPNZ, REPNE should have mnemonics for Intel syntax as well.
Currently using these instructions causes compilation errors for Intel syntax.
Please put spaces between "//" and the "CHECK".