Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
antangelo b9ac390cc7 [GISel] Add generic implementation for @llvm.expect.with.probability when optimizations are disabled (#117835)
Handle @llvm.expect.with.probability in GlobalISel in the same way
@llvm.expect is handled, passing the value through as-is. This can be
encountered if the intrinsic is used without optimizations, which would
otherwise transform it out.

Fixes #115411 for GlobalISel
2024-11-29 22:30:13 -05:00

156 KiB