We can't outline BTI instructions, because they need to be the very first instruction executed after an indirect call or branch. If we outline them, then an indirect call might go to the branch to the outlined function, which will fault.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM