forked from OSchip/llvm-project
29c7929b13
EDSC builder test uses FileCheck to match the IR produced by EDSC in the textual order. For mathematical operations, EDSC relies on overloaded operators. Since they are essentially function calls, the order of evaluation of their operands is unspecified and differs between compilers. Do not rely on a specific order of operands and just check they are all emitted before the last operation. Give names to matched SSA values in order to make sure the right operands are used in relevant places. -- PiperOrigin-RevId: 249494995 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
builder-api-test.cpp | ||
lit.local.cfg |