[C API] Add getter/setter for samesign flag on icmp (#145247)
This was added to the C++ API in https://github.com/llvm/llvm-project/pull/111419 so this change adds accessors in the C API, along with a couple tests.
This commit is contained in:
@@ -251,6 +251,9 @@ Changes to the C API
|
||||
* Added ``LLVMDIBuilderCreateEnumeratorOfArbitraryPrecision`` for creating
|
||||
debugging metadata of enumerators larger than 64 bits.
|
||||
|
||||
* Added ``LLVMGetICmpSameSign`` and ``LLVMSetICmpSameSign`` for the `samesign`
|
||||
flag on `icmp` instructions.
|
||||
|
||||
Changes to the CodeGen infrastructure
|
||||
-------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user