Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
Roman Lebedev c009d11bda [InstCombine] Perform C-(X+C2) --> (C-C2)-X transform before using Negator
In particular, it makes it fire for C=0, because negator doesn't want
to perform that fold since in general it's not beneficial.
2020-11-03 16:06:52 +03:00

79 KiB