Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
Roman Lebedev b3021a72a6 [IR][InstCombine] Add m_ImmConstant(), that matches on non-ConstantExpr constants, and use it
A pattern to ignore ConstantExpr's is quite common, since they frequently
lead into infinite combine loops, so let's make writing it easier.
2020-12-24 21:20:47 +03:00

80 KiB