-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Milestone
Description
Like #139866 this is from a fuzzer that generates Rust MIR: https://github.com/cbeuw/rustlantis.
The Rust MIR reproducer is: https://godbolt.org/z/sb568G8r4
With this command line, the program runs:
rustc 9870897538617236803.rs -Copt-level=2 -Cllvm-args=-opt-bisect-limit=478
Any greater value of opt-bisect-limit runs CorrelatedValuePropagation on main
and produces a program that just executes a ud2
.
Metadata
Metadata
Assignees
Type
Projects
Status
Done