diff options
author | Craig Topper <craig.topper@gmail.com> | 2019-12-30 19:07:36 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2019-12-30 19:36:04 -0800 |
commit | 787e078f3ec89bce82a789d2ee01beecc98db4d7 (patch) | |
tree | a56bc362f6717dd304177f8e82298e3462bee6ef /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 831898ff8acd4f5d8c5a644e6e566cefa23e2d6c (diff) | |
download | llvm-787e078f3ec89bce82a789d2ee01beecc98db4d7.zip llvm-787e078f3ec89bce82a789d2ee01beecc98db4d7.tar.gz llvm-787e078f3ec89bce82a789d2ee01beecc98db4d7.tar.bz2 |
[TargetLowering][AMDGPU] Make scalarizeVectorLoad return a pair of SDValues instead of creating a MERGE_VALUES node. NFCI
This allows us to clean up some places that were peeking through
the MERGE_VALUES node after the call. By returning the SDValues
directly, we can clean that up.
Unfortunately, there are several call sites in AMDGPU that wanted
the MERGE_VALUES and now need to create their own.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions