[llvm-commits] [llvm] r88902 - /llvm/trunk/lib/VMCore/AsmWriter.cpp
David Greene
dag at cray.com
Mon Nov 16 11:57:56 PST 2009
On Monday 16 November 2009 13:44, Evan Cheng wrote:
> That's not quite what I am asking. Your change introduced a new Value type
> for a very specialized sub-type of PseudoSourceValueVal at llvm IR level.
> Are you sure there isn't another way to handle it?
Look at X86InstrInfo::hasLoadFromStackSlot. Is there another way to get the
frame index from a memory operand? If so, I'd be happy to get rid of this.
-Dave
More information about the llvm-commits
mailing list