Files
clang-p2996/llvm/lib/Analysis/InlineCost.cpp
Nikita Popov 86d1ed9e48 [InlineCost] Avoid ConstantExpr::getSelect()
Instead use ConstantFoldSelectInstruction(), which will return
nullptr if it cannot be folded and a constant expression would
be produced instead.

In preparation for removing select constant expressions.
2023-02-27 16:47:16 +01:00

120 KiB