mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
Allow a function with tail calls only to clobber its red zone. Fixes https://github.com/llvm/llvm-project/issues/61114. Reviewed By: #bolt, yota9 Differential Revision: https://reviews.llvm.org/D145202