[PATCH] D27064: [SelectionDAG] Refactor TargetLowering::expandMUL (NFC)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 25 10:47:55 PST 2016
RKSimon added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/TargetLowering.cpp:3145
+ auto &DL = DAG.getDataLayout();
+ SDValue Shift = DAG.getConstant(OuterBitSize - InnerBitSize, dl,
----------------
Is it a good idea to have variables named DL and dl? I realise that they are different types but still...
https://reviews.llvm.org/D27064
More information about the llvm-commits
mailing list