Skip to content
Commit fba7ca63 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix rdar://9289583 - fast isel should handle non-canonical commutative binops

allowing us to fold the immediate into the 'and' in this case:

int test1(int i) {
  return 8&i;
}

llvm-svn: 129653
parent bc204c80
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