This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add support for ConstantExpr in LLVMGetNumIndices and LLVMGetIndices
ClosedPublic

Authored by jberdine on Sep 17 2018, 6:23 PM.

Details

Summary

ConstantExpr supports getIndices, but prior to this patch
LLVMGetNumIndices and LLVMGetIndices would error on them.

Diff Detail

Repository
rL LLVM

Event Timeline

jberdine created this revision.Sep 17 2018, 6:23 PM
whitequark accepted this revision.Sep 17 2018, 6:34 PM
This revision is now accepted and ready to land.Sep 17 2018, 6:34 PM
This revision was automatically updated to reflect the committed changes.