[llvm-branch-commits] [SPARC][IAS] Handle the case of non-4-byte aligned writeNopData (PR #94251)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 3 09:29:33 PDT 2024
https://github.com/koachan created https://github.com/llvm/llvm-project/pull/94251
If the Count passed into writeNopData is not a multiple of four,
add a little amount of zeros before writing the NOP stream.
This makes it match the behavior of GNU binutils.
More information about the llvm-branch-commits
mailing list