[llvm] [C API] Add accessors for new no-wrap flags on GEP instructions (PR #97970)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 00:24:44 PDT 2024
================
@@ -1685,6 +1685,32 @@ static int map_from_llvmopcode(LLVMOpcode code)
llvm_unreachable("Unhandled Opcode.");
}
+/*-- GEP wrap flag conversions*/
----------------
nikic wrote:
```suggestion
/*-- GEP wrap flag conversions */
```
https://github.com/llvm/llvm-project/pull/97970
More information about the llvm-commits
mailing list