[clang] [llvm] [IR] Add llvm.structured.gep instruction (PR #176145)

Nathan Gauër via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 20 07:24:11 PST 2026


================
@@ -32,6 +32,7 @@
 #include "llvm/IR/InstrTypes.h"
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Instructions.h"
+#include "llvm/IR/IntrinsicInst.h"
----------------
Keenuts wrote:

Changed to `CallInst` for now.

https://github.com/llvm/llvm-project/pull/176145


More information about the cfe-commits mailing list