[all-commits] [llvm/llvm-project] c59ee7: Fix 40056: Prevent outlining of blocks with token ...

AdityaK via All-commits all-commits at lists.llvm.org
Sat Jul 20 11:53:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c59ee7ec627533e00f654d052ade51c9daf7e722
      https://github.com/llvm/llvm-project/commit/c59ee7ec627533e00f654d052ade51c9daf7e722
  Author: AdityaK <hiraditya at msn.com>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
    A llvm/test/Transforms/HotColdSplit/pr40056.ll

  Log Message:
  -----------
  Fix 40056: Prevent outlining of blocks with token type instructions (#99759)

Hot cold splitting should not outline:
1. Basic blocks with token type instructions
1. Functions with scoped EH personality (As suggested by Vedant in
https://github.com/llvm/llvm-project/issues/40056#issuecomment-981009129)

Fixes: #40056



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