The Thumb2 ldrexd and strexd instructions are not defined for M-class architectures.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I think compiler_rt's sync_fetch_and_*_8.S builtins will need some attention because of this.
Comment Actions
Hi Oliver,
Patch looks good. Thanks!
Can you do the change Jon proposed and submit another review?
cheers,
--renato
lib/Target/ARM/ARMInstrThumb2.td | ||
---|---|---|
3313 | I thought IsThumb2 was already implied by being T2I_*. Anyway, looks ok. |
I thought IsThumb2 was already implied by being T2I_*. Anyway, looks ok.