Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 14482 Build 14482: arc lint + arc unit
Event Timeline
Comment Actions
Comment Actions
LGTM modulo comment nit.
lib/Target/X86/X86ISelDAGToDAG.cpp | ||
---|---|---|
3074 | The i16 comparision took me a moment to understand. Can you leave a comment here explaining that N0 must be of size at least i32? |
The problem doesn't happen with i8 because it is checked here.