Skip to content
Commit 9eca5fef authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

PR10267: Don't combine an equality compare with an AND into an inequality...

PR10267: Don't combine an equality compare with an AND into an inequality compare when the AND has more than one use.

This can pessimize code, inequalities are generally more expensive.

llvm-svn: 134379
parent 1052fd76
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment