pbarrio added inline comments. ================ Comment at: lib/Target/ARM/ARMISelLowering.cpp:4398 +{ + EVT VT = Op.getValueType(); + ---------------- VT is not used anywhere. I will remove it before committing. https://reviews.llvm.org/D42574