Files
clang-p2996/llvm/lib/Transforms/Utils/MisExpect.cpp
Paul Kirth a8cabb6fc8 [llvm][misexpect] Update MisExpect to use provenance tracking metadata (#86610)
With the IR extension added to MD_prof branch weights, we can now easily
distinguish between weights added by `llvm.expect*` intrinsics and
weights from other sources. This patch re-enables the assert checking
for malformed metadata, which should never happen using the
`llvm.expect*` family of intrinsics.
2024-07-10 12:22:08 -07:00

8.5 KiB