Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/Thumb/iabs.ll | ||
---|---|---|
18 ↗ | (On Diff #165656) | Why do we need to check in such a manner without taking into account specific instructions but only counting their number? |
What's happening with this? I'm keen to get D49837 in soon
test/CodeGen/Thumb/iabs.ll | ||
---|---|---|
3 ↗ | (On Diff #165656) | Instead of the counts, just running llc and checking the full codegen would be a lot cleaner. I don't think the update_llc_test_checks script supports thumb triples but that'd be even easier..... |
It'd be better to get this committed against current trunk codegen so D49837 shows the codegen change
@t.p.northover You blocked this change - any comments?
From what I can tell, t.p.northover was added as a blocking reviewer, he didn't block this patch.
I agree with RKSimon, you can remove the odd "count" check and just use the update script.
test/CodeGen/Thumb/iabs.ll | ||
---|---|---|
3 ↗ | (On Diff #165656) | Yep, I agree. Maybe change the triple to thumbv6m-none-eabi too? Then just run update_llc_test_checks.py on it. |