[PATCH] D52011: DAG: Fix expansion of unaligned FP loads and stores

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 20:19:05 PDT 2018


arsenm created this revision.
arsenm added reviewers: bogner, craig.topper.
Herald added subscribers: tpr, nhaehnle, wdng, jvesely.

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

      

Fixes unaligned f64 stack stores for AMDGPU.


https://reviews.llvm.org/D52011

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/AMDGPU/unaligned-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52011.165197.patch
Type: text/x-patch
Size: 3638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/4945bf50/attachment.bin>


More information about the llvm-commits mailing list