Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Weiming,
We have here the same problem as we had in the other patch: MRS/MSR is only available in ARMv6M. We'll have to find another way.
cheers,
--renato
lib/builtins/arm/aeabi_cdcmp.S | ||
---|---|---|
43 ↗ | (On Diff #85253) | MSR is not available in Thumb1. |
Comment Actions
Hi Weiming, this looks reasonable to me. Just use the same encoding for LSLS and feel free to commit.
Thanks!
--renato
lib/builtins/arm/aeabi_cdcmp.S | ||
---|---|---|
80 ↗ | (On Diff #85869) | Use LSLS one-reg or two-reg encoding (A8.8.94 T1), but not both. |