[llvm-branch-commits] [clang][ubsan] Switch UBSAN optimization to `llvm.experimental.hot` (PR #84858)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 11 17:13:23 PDT 2024


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/84858

Intrinsic introduced with #84850. Using intrinsic improves performance
by 3% comparing to removing traps (on
"test-suite/MultiSource/Benchmarks" with PGO+ThinLTO).

The pass will be renamed with #84852.





More information about the llvm-branch-commits mailing list