[all-commits] [llvm/llvm-project] cc246d: [Transforms][CodeExtraction] bug fix regions with ...

Abhay Kanhere via All-commits all-commits at lists.llvm.org
Thu Dec 19 08:19:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc246d4a29a0ece8470d2baa1f98245446051fe3
      https://github.com/llvm/llvm-project/commit/cc246d4a29a0ece8470d2baa1f98245446051fe3
  Author: Abhay Kanhere <abhay at kanhere.net>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

  Changed paths:
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    A llvm/test/Transforms/HotColdSplit/outline-inner-region-stacktoocomplex.ll

  Log Message:
  -----------
  [Transforms][CodeExtraction] bug fix regions with stackrestore (#118564)

Ensure code extraction for outlining to a function does not create a function with stacksave of caller to restore stack (e.g. tail call).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list