mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +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