[all-commits] [llvm/llvm-project] 88b310: [InstSimplify] Reduce code duplication in simplify...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Aug 29 13:39:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 88b310f64b3d3fa31ab64b11e67ea211e1b71f66
https://github.com/llvm/llvm-project/commit/88b310f64b3d3fa31ab64b11e67ea211e1b71f66
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] Reduce code duplication in simplifySelectWithICmpCond (NFC)
Canonicalize icmp ne to icmp eq and implement all the folds only once.
More information about the All-commits
mailing list