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

[X86] In getScalarMaskingNode, replace scalar_to_vector with a bitcast to v8i1...

[X86] In getScalarMaskingNode, replace scalar_to_vector with a bitcast to v8i1 and an extract_subvector to convert i8 to v1i1.

The bitcast can be nicely merged with any i8 loads that exist for argument passing in 32 mode for example.

llvm-svn: 347380
parent 3a1c9d55
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