Files
clang-p2996/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
AdityaK c59ee7ec62 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
2024-07-20 11:53:11 -07:00

30 KiB