RKSimon added inline comments. ================ Comment at: lib/Target/X86/X86ISelLowering.cpp:30966 + + SDValue Result; + ---------------- Might be worth removing this now and making local variables for its remaining users https://reviews.llvm.org/D32352