[llvm-dev] Stack slot LiveIntervals
David Greene via llvm-dev
llvm-dev at lists.llvm.org
Tue Jun 12 10:53:42 PDT 2018
Given a stack slot's LiveInterval, is there any way to find all of the
places it's defined? It appears as though the LiveInterval only has one
value number, even if multiple instructions define the stack slot.
Is there any way to find all of the places where a stack slot is
defined, short of iterating through the whole MachineFunction and
decoding target opcodes?
-David
More information about the llvm-dev
mailing list