[PATCH] [mips] .word and .dword are not the same as .4byte and .8byte

Daniel Sanders daniel.sanders at imgtec.com
Fri Jul 18 09:10:48 PDT 2014


Hi vmedic,

.word and .dword emit naturally aligned data whereas .4byte and .8byte
emit unaligned data.

http://reviews.llvm.org/D4582

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  lib/Target/Mips/MipsTargetStreamer.h
  test/MC/Mips/aligned_data.s
  test/MC/Mips/mips-data-directives.s
  test/MC/Mips/mips_directives.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4582.11642.patch
Type: text/x-patch
Size: 6825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140718/5c22d459/attachment.bin>


More information about the llvm-commits mailing list