Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with one minor - cheers
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | ||
---|---|---|
827 | There is only one use of SubVT again, so you can revert this back to: unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); |
Move the comment down now that we do other things as well.