| commit | 752ddbd0684a5173071ed22a7fa289a09e72d020 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <tstellar@redhat.com> | Wed Jul 11 22:15:15 2018 +0000 |
| committer | Tom Stellard <tstellar@redhat.com> | Wed Jul 11 22:15:15 2018 +0000 |
| tree | a43fb881008156d99169bafed5b2f3447eac601f | |
| parent | 0f53355e83a7b20a892850aef0266a41a9f1c446 [diff] |
AMDGPU/SI: Initialize InstrInfo before TargetLoweringInfo in GCNSubtarget SITargetLowering queries SIInstrInfo in its constructor, so SIInstrInfo must be initialized first. This fixes msan buildbot failures and was introduced by r336851. llvm-svn: 336861