llvm

Llvm GEP Explained

📅 2023-02-06

Llvm GEP Explained

Q: Why dose GEP has an extra 0 operand?
A: Pointer and ArrayType is not the same in LLVM.

 1 min read