The segmented stack lowering code appears to be using ARM opcodes under Thumb2. The MRC opcode will be the same for Thumb and ARM, but t2LDR seems wrong. Either way, using the correct thumb vs arm opcodes is more correct.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo