[PATCH] D139285: [LoongArch] Allow writing unaligned nop sequences

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 19:00:03 PST 2022


xen0n accepted this revision.
xen0n added a comment.
This revision is now accepted and ready to land.

LGTM.

I've edited the title and summary for you, mainly for correcting one semantic mistake in the summary ("switches the bytes to not be dependent on bitness, even though we have only little endian" -- you most certainly didn't mean that, we //definitely// want the output to be valid little-endian LoongArch machine code, and the host's endianness shouldn't matter. The semantics could be inadvertently reversed by mistranslation).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139285/new/

https://reviews.llvm.org/D139285



More information about the llvm-commits mailing list