This is an archive of the discontinued LLVM Phabricator instance.

DAG: Fix expansion of unaligned FP loads and stores
ClosedPublic

Authored by arsenm on Sep 12 2018, 8:18 PM.

Details

Summary

This was trying to scalarizing a scalar FP type,
resulting in an assert.

Fixes unaligned f64 stack stores for AMDGPU.

Diff Detail

Event Timeline

arsenm created this revision.Sep 12 2018, 8:18 PM
This revision is now accepted and ready to land.Sep 13 2018, 1:57 AM
arsenm closed this revision.Sep 13 2018, 5:15 AM

r342132