diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2020-10-22 11:14:35 -0700 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2020-10-26 12:58:27 -0700 |
commit | 00928a1956a1618f394ffe99fc63b0d81e1f88c7 (patch) | |
tree | b63461ef5a1bbaa3325588bb9a886c5053cd677d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | d071bba9a4477290d0b164a2d338fb22ad2d3c3d (diff) | |
download | llvm-00928a1956a1618f394ffe99fc63b0d81e1f88c7.zip llvm-00928a1956a1618f394ffe99fc63b0d81e1f88c7.tar.gz llvm-00928a1956a1618f394ffe99fc63b0d81e1f88c7.tar.bz2 |
Fix SROA with a PHI mergig values from a same block
This fixes the bug 47945. It is legal to have a PHI with values
from from the same block, but values must stay the same. In this
case it is illegal to merge different values.
Differential Revision: https://reviews.llvm.org/D89978
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions