forked from OSchip/llvm-project
3ff9cc01f2
CMOVGE reads SF and OF. CMOVNS only reads SF. This matches with other recent changes to use a single flag where possible. It also matches gcc codegen. I believe this technically changes whether the conditioanl move happens on INT_MIN, but for INT_MIN both registers are the same so it doesn't matter. Differential Revision: https://reviews.llvm.org/D111826 |
||
---|---|---|
.. | ||
update_llc_test_checks | ||
update_mir_test_checks | ||
update_test_checks | ||
lit.local.cfg |