Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM/CPU] Terminate basic block after "ret" instruction (#6036)
* [LLVM/CPU] Terminate basic block after "ret" instruction "Ret" is a terminator in LLVM IR and there should be no instructions in the basic block following it. When generating a "ret", end the current block and start a new one.
- Loading branch information