summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/SymbolSize.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-03-28 23:20:37 +0000
committerCraig Topper <craig.topper@gmail.com>2017-03-28 23:20:37 +0000
commit331297c62e028190c8e7c4053d9a7d434875c3e6 (patch)
tree8225f77b9fe903caaf2f51e40d1344d2fe58ef21 /llvm/lib/Object/SymbolSize.cpp
parentfc6ffede655b55099550b96604add2d1eb7877b0 (diff)
downloadbcm5719-llvm-331297c62e028190c8e7c4053d9a7d434875c3e6.tar.gz
bcm5719-llvm-331297c62e028190c8e7c4053d9a7d434875c3e6.zip
[AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is enabled.
We should be masking the value and emitting a register copy like we do in non-fast isel. Instead we were just updating the value map and emitting nothing. After r298928 we started seeing cases where we would create a copy from GR8 to GR32 because the source register in a VK1 to GR32 copy was replaced by the GR8 going into a truncate. This fixes PR32451. llvm-svn: 298957
Diffstat (limited to 'llvm/lib/Object/SymbolSize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud