Details
Details
- Reviewers
nikic
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you extract the failing clang test into an LLVM test? I don't understand why this isn't NFC.
Comment Actions
Clang :: CodeGenCXX/temp-order.cpp Clang :: Headers/__clang_hip_math.hip
I looked into temp-order.cpp and its properly different.
All the print calls disappear.
Comment Actions
It looks like the issue occurs during inlining. I expect what happens is that not the terminator hasn't been remapped yet and references blocks from the old function. This seems like something that is just waiting to blow up...