Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ideally, this would target the 11.x branch as I'd like to cherry-pick it into the Rust project to address our upstream issue (https://github.com/rust-lang/rust/issues/78881)
Comment Actions
There’s an LLVM IR attached to the big report that crashes, but I don’t know how to create a test case from it.
It also seems like it’s brittle because the test passes on the current development branch even though no apparent relevant code change has occurred.
I’m seeking advice on how to create the test.
Comment Actions
Add test case. As we're testing SDAG fallback here, I assumed that an IR test case is appropriate.