[PATCH] D109646: [LNICM] Fix the crashing problem
toshiki maekawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 13 02:01:03 PDT 2021
uint256_t added inline comments.
================
Comment at: llvm/test/Transforms/LICM/lnicm-crash.ll:4
+
+define void @main() {
+entry:
----------------
fhahn wrote:
> it would be good to check for something other than just the return code in this test. Also, can you clean up the basic block names and maybe get rid of the unreachable?
I was forgetting to clean up this test case. Actually this is the original test case (from https://reviews.llvm.org/D107219) to reproduce a crash.
I'll clean up the block names and unreachables. Thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109646/new/
https://reviews.llvm.org/D109646
More information about the llvm-commits
mailing list