[PATCH] D47319: [Sparc] Add .uahalf and .uaword directives
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 08:58:20 PDT 2018
jyknight accepted this revision.
jyknight added a comment.
This revision is now accepted and ready to land.
Oddly, the oracle reference manual says that only .half has an alignment requirement (in that it _fails_ if the current position is odd). The docs for .word explicitly say it doesn't have an alignment requirement. *boggle*. Seems useless to actually implement such a requirement, just adding aliases seems fine.
Repository:
rL LLVM
https://reviews.llvm.org/D47319
More information about the llvm-commits
mailing list