Allow those prefixes on assembly code
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/AsmParser/X86AsmParser.cpp | ||
---|---|---|
2471 ↗ | (On Diff #111546) | Why did you move data32 to the top instead of leaving next to data16? |
Comment Actions
Why did you move data32 to the top instead of leaving next to data16?
no particular reason. back in place
Comment Actions
@RKSimon : Please can you add tests for the intel-syntax acquire/release as well?
Added.