When branch target identification is enabled, we can only do indirect
tail-calls through x16 or x17. This means that the outliner can't
transform a BLR instruction at the end of an outlined region into a BR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM