A student without brains.
© 2024. All rights reserved.
getelementptr是LLVM IR里的一个用于计算指针偏移量的指令,非常常见但是又非常容易引起误解。 内容参考——GetElementPtr,LLVM IR tutorial
getelementptr
主要参考自build-script-examples、cc。