This is an archive of the discontinued LLVM Phabricator instance.

[bindings/go] Add Go bindings to LLVMGetIndices
ClosedPublic

Authored by aykevl on Oct 30 2018, 12:46 PM.

Details

Summary

This instruction is useful for inspecting extractvalue/insertvalue in IR. Unlike most other operations, indices cannot be inspected using the generic Value.Opcode() function so a specialized function needs to be added.

Diff Detail

Repository
rL LLVM

Event Timeline

aykevl created this revision.Oct 30 2018, 12:46 PM
aykevl edited the summary of this revision. (Show Details)Oct 30 2018, 12:47 PM
whitequark accepted this revision.Oct 31 2018, 12:38 AM
This revision is now accepted and ready to land.Oct 31 2018, 12:38 AM
This revision was automatically updated to reflect the committed changes.