Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks a lot for the patch @pftbest!
Would it make sense to add a regression test with the reproducer in PR37382?
Comment Actions
I've added a RUN line in overflow-intrinsic-optimizations.ll test, and it will cause the same exact assertion if tested without the fix. So I think adding another test would be redundant.
Comment Actions
Ah, I didn't notice it was exactly the same. You're right no need to add it again.
LGTM!
test/CodeGen/ARM/overflow-intrinsic-optimizations.ll | ||
---|---|---|
85 ↗ | (On Diff #153764) | Instead of this CHECK-NOT, could you explicitly CHECK for the call to __aeabi_lmul? |