[PATCH] D138027: Clean up CFG on JumpThreading
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 05:38:25 PST 2022
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
Please can you explain the larger goal you are trying to achieve here?
The minimal test you've added is very minimal, and does not show any ill-behaviour.
================
Comment at: llvm/test/Transforms/JumpThreading/self-block.ll:1
+; RUN: opt -S -jump-threading %s -o - | FileCheck %s
+
----------------
The old result is not a misompile: https://godbolt.org/z/Ecf181P75
Unreachable code can take many weird forms.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138027/new/
https://reviews.llvm.org/D138027
More information about the llvm-commits
mailing list