This patch forms part of the ARMv8-M Baseline/Mainline support, allowing the use of ARMv8-A semaphore and atomic instructions in ARMv8-M Baseline/Mainline.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm waiting on the rest of the patches to be reviewed since I want to land all patches together (more or less, or at least the dependent ones). The main one being D15275 which I made changes to on Monday.
Comment Actions
Fix subtarget checks for codegen of atomics such that ARMv8-M Baseline correctly uses these instructions, also add testing for it.