Skip to content
Commit 5570e03b authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Legalize (i64 (bitcast (v64i1 X))) on 32-bit targets by extracting to...

[X86] Legalize (i64 (bitcast (v64i1 X))) on 32-bit targets by extracting to v32i1 and bitcasting to i32.

This saves a trip through memory and seems to open up other combining opportunities.

llvm-svn: 324056
parent b22c1d29
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