This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] LegalizerHelper: Fix the incorrect alignment when splitting loads/stores in narrowScalar
ClosedPublic

Authored by volkan on Oct 24 2018, 12:06 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

volkan created this revision.Oct 24 2018, 12:06 PM
volkan updated this revision to Diff 170967.Oct 24 2018, 1:26 PM
  • Simplified the test.
  • Replaced GreatestCommonDivisor64 with MinAlign to make sure the new alignment is power of 2.
This revision is now accepted and ready to land.Oct 25 2018, 10:41 AM
This revision was automatically updated to reflect the committed changes.