diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2021-08-26 18:40:00 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2021-08-26 18:46:49 +0300 |
commit | a8125bf4a869fee02ebc49e0699688f768bfde2b (patch) | |
tree | f0dde55169d256a4b321cbf6a415d649bb41b8b0 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 0bcfd4cbac66e6216022f51feb38236dc07e333f (diff) | |
download | llvm-a8125bf4a869fee02ebc49e0699688f768bfde2b.zip llvm-a8125bf4a869fee02ebc49e0699688f768bfde2b.tar.gz llvm-a8125bf4a869fee02ebc49e0699688f768bfde2b.tar.bz2 |
[X86][Codegen] PR51615: don't replace wide volatile load with narrow broadcast-from-memory
Even though https://bugs.llvm.org/show_bug.cgi?id=51615
appears to be introduced by D105390, the fix lies here.
We can not replace a wide volatile load with a broadcast-from-memory,
because that would narrow the load, which isn't legal for volatiles.
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D108757
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions