[all-commits] [llvm/llvm-project] 4af273: [LoopUnroll] Add store to unreachable latch test (...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri May 28 13:49:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4af2730ac3e9e712266bcdb754e605d7d9c190fd
https://github.com/llvm/llvm-project/commit/4af2730ac3e9e712266bcdb754e605d7d9c190fd
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M llvm/test/Transforms/LoopUnroll/unroll-unconditional-latch.ll
Log Message:
-----------
[LoopUnroll] Add store to unreachable latch test (NFC)
This is to show that we currently only convert the terminator to
unreachable, but don't clean up instructions before it (unless
trivial DCE removes them).
Also clean up excessive whitespace in this test.
More information about the All-commits
mailing list