Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
David Green 403897484f [InstCombine] Return FRem, as opposed to substituteInParent.
This attempts to fix the ASan buildbot, which is detecting that CI is used
after it is removed in substituteInParent. The idea was to make sure it was
removed even if it had side-effects writing errno, but that appears to happen
if we return FRem directly as usual.
2024-09-18 12:32:47 +01:00

163 KiB