[all-commits] [llvm/llvm-project] 04a7c6: [PhaseOrdering] Add test showing mis-compile cause...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jun 21 13:16:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04a7c672ab302d972ceabe43b1bbcdb2aa5ebe71
https://github.com/llvm/llvm-project/commit/04a7c672ab302d972ceabe43b1bbcdb2aa5ebe71
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
A llvm/test/Transforms/PhaseOrdering/dse-ephemeral-value-captures.ll
Log Message:
-----------
[PhaseOrdering] Add test showing mis-compile caused by 17fdaccccf.
The test shows a mis-compile where @test gets incorrectly simplified to
unreachable. The test case is reduced from a ThinLTO build of Clang,
with only the relevant pass sequence included.
More information about the All-commits
mailing list