Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/X86
Harald van Dijk f126e8ec28 [SLPVectorizer] Ignore unreachable blocks
As the existing test unreachable.ll shows, we should be doing more
work to avoid entering unreachable blocks: we should not stop
vectorization just because a PHI incoming value from an unreachable
block cannot be vectorized. We know that particular value will never
be used so we can just replace it with poison.
2021-06-01 20:21:04 +01:00
..
2021-02-23 09:37:42 +03:00