Skip to content
Commit c3cf9f87 authored by Evan Cheng's avatar Evan Cheng
Browse files

Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...

Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least one of the (zext icmp) can be transformed to eliminate an icmp.

llvm-svn: 48715
parent 58db865d
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