Also fix some instructions to conform with the syntax of ARM reference manual.
For example, muls Rd, Rn, Rd and orrs Rd, Rm
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
While I don't really understand the assembly details, I'm confirming that this fixes the build failure on Darwin.
Comment Actions
All encodings seem to be Thumb1, not just ARMv6M. LGTM. Thanks!
The commit title should be a bit more generic, as this is not just about memset. You can describe the changes on the body of the message.