llvm-project
ab323eb0 - [SCCP][PredicateInfo] Do not predicate argument of lifetime intrinsic

Commit
88 days ago
[SCCP][PredicateInfo] Do not predicate argument of lifetime intrinsic Replacing the argument with a no-op bitcast violates a verifier constraint, even if only temporarily. Any replacement based on it would result in a violation even after the copy has been removed. Fixes https://github.com/llvm/llvm-project/issues/153013.
Author
Committer
Parents
Loading