Skip to content
Commit cc477bbc authored by Elena Demikhovsky's avatar Elena Demikhovsky
Browse files

Fixed a bug in splitting Scatter operation in the Type Legalizer.

After the split of the Scatter operation, the order of the new instructions is well defined - Lo goes before Hi. Otherwise the semantic of Scatter (from LSB to MSB) is broken.
I'm chaining 2 nodes to prevent reordering.

Differential Revision https://reviews.llvm.org/D37670

llvm-svn: 312894
parent 70a6929f
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