Details
Details
- Reviewers
loladiro
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Keno,
Thanks for the patch.
Can you add a test for it? I think you can probably reuse the example you posted on the bugzilla to verify that we correctly test and branch.
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
11472–11475 | You can simplify this into: X86::CondCode X86Cond = Inverted ? X86::COND_E : X86::COND_NE; |
Comment Actions
Hi Keno,
I only have a small request (see below). Otherwise, the patch looks good to me. Thanks!
test/CodeGen/X86/i8-umulo.ll | ||
---|---|---|
2–3 | Please add a reference to the bugzilla. |
You can simplify this into: