Skip to content
Commit 76c5ce51 authored by Craig Topper's avatar Craig Topper
Browse files

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

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

This prevents the scalarization that would otherwise occur.

llvm-svn: 324057
parent 5570e03b
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