This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, wish we could get rid of that use...
-eric
include/llvm/Target/TargetLowering.h | ||
---|---|---|
174 | Can you make sure the position of the DataLayout argument is consistent while you do this? (See above with getPointerTy). |
include/llvm/Target/TargetLowering.h | ||
---|---|---|
174 | Sure! Doing it I realized that the other parameter (EVT LHSTy) is never used, should I remove it? |
include/llvm/Target/TargetLowering.h | ||
---|---|---|
174 | Yep! |
Can you make sure the position of the DataLayout argument is consistent while you do this? (See above with getPointerTy).