[llvm-dev] Value

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 20 08:05:09 PDT 2017


On 20 July 2017 at 07:56, Anastasiya Ruzhanskaya via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> is Instruction, that I am putting to map, is the same
> object as the Value, that will be used later,
> as here %a = alloca i32, align 4 ...%b= mul %a, 2. Now seems to be, that
> yes.

Yep, that's right.

Tim.


More information about the llvm-dev mailing list