Fix LLVM IR expectations for the autodiff abi_handling tests#156777
Fix LLVM IR expectations for the autodiff abi_handling tests#156777sgasho wants to merge 1 commit into
Conversation
64371d7 to
0da69f6
Compare
|
I tested this PR still works after enzyme submodule update: #157716 |
|
I think I've seen some of these changes before, so my concern is that either we continue to make the tests increasingly weaker, or we'll keep swapping back and forth between different outputs. We probably want to remove |
We had two stale expectations in the LLVM IR checks.
noundefis no longer emittedAlso, I made all
noundefchecks optional for test robustness. I thoughtnoundefis less important than types and args for this test.r? @ZuseZ4