[all-commits] [llvm/llvm-project] 1e1dfb: [BOLT][Instrumentation] Preserve red zone for func...

Amir Ayupov via All-commits all-commits at lists.llvm.org
Fri Mar 3 12:02:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e1dfbb94a20d81693176d885b5f773072bf0786
      https://github.com/llvm/llvm-project/commit/1e1dfbb94a20d81693176d885b5f773072bf0786
  Author: Amir Ayupov <amir.aupov at gmail.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M bolt/lib/Passes/Instrumentation.cpp
    A bolt/test/runtime/X86/instrumentation-tail-call.s

  Log Message:
  -----------
  [BOLT][Instrumentation] Preserve red zone for functions with tail calls only

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




More information about the All-commits mailing list