Displaying 1 result from an estimated 1 matches for "153f5ebf".
2016 Mar 24
3
Finding live values
Hi everyone,
I'm writing a pass that inserts the llvm.experimental.stackmap intrinsic
into the IR, and I'd like to record the locations of *all* live values
whenever I insert the intrinsic (all this entails is adding values as
arguments to the intrinsic). Is there any pre-existing analysis pass which
can give me the live values at a given instruction in a basic block? Or do
I need to