diff options
author | Evgeniy Brevnov <ybrevnov@azul.com> | 2020-09-15 17:09:47 +0700 |
---|---|---|
committer | Evgeniy Brevnov <ybrevnov@azul.com> | 2020-10-14 16:48:17 +0700 |
commit | d0c95808e50c9f77484dacb8db0dc95b23f9f877 (patch) | |
tree | c2a57cbd0ed89fc7155e07089a049ffc65c6bafa /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 1e4d882f9afe3fa5d0085f056b56eec21eb2c087 (diff) | |
download | llvm-d0c95808e50c9f77484dacb8db0dc95b23f9f877.zip llvm-d0c95808e50c9f77484dacb8db0dc95b23f9f877.tar.gz llvm-d0c95808e50c9f77484dacb8db0dc95b23f9f877.tar.bz2 |
[LV] Unroll factor is expected to be > 0
LV fails with assertion checking that UF > 0. We already set UF to 1 if it is 0 except the case when IC > MaxInterleaveCount. The fix is to set UF to 1 for that case as well.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D87679
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions