Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 327 Build 327: arc lint + arc unit
Event Timeline
Comment Actions
lgtm with some nits
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
7592 | While you're here, or if you want to do a follow-up, I think this code could just use Ops[0] and Ops[1] directly, as the "EmitScaleExpr" was done earlier. | |
lib/Headers/intrin.h | ||
420 | Maybe move this one next to __mul128 (or move that here), so they're next to each other in the file. | |
test/CodeGen/ms-x86-intrinsics.c | ||
58 | it would be good to check for the sext's too (and zext's for _umul128) |
While you're here, or if you want to do a follow-up, I think this code could just use Ops[0] and Ops[1] directly, as the "EmitScaleExpr" was done earlier.