Unverified Commit e32e147d authored by Jonas Paulsson's avatar Jonas Paulsson Committed by GitHub
Browse files

[DAGCombiner] Don't drop alignment info of original load. (#75626)

Pass the original MMO instead of different individual values.

getAlign() was used before where actually getOriginalAlign() would have been
better, and this patch has the same effect.
parent 0894c2ee
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment