Skip to content
Commit 399102b4 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] When converting (x << C1) AND C2 to (x AND (C2>>C1)) << C1 during isel,...

[X86] When converting (x << C1) AND C2 to (x AND (C2>>C1)) << C1 during isel, try using andl over andq by favoring 32-bit unsigned immediates.

llvm-svn: 357848
parent d0a53d49
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