Fixed a bug in splitting Scatter operation in the Type Legalizer.
After splitting one Scatter operation into two, 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM