[all-commits] [llvm/llvm-project] fad77d: [C API] Add support for setting/getting new nneg f...
Benji Smith via All-commits
all-commits at lists.llvm.org
Wed Nov 29 07:50:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fad77dce5111214c51a7c2fe8f30153d630349cb
https://github.com/llvm/llvm-project/commit/fad77dce5111214c51a7c2fe8f30153d630349cb
Author: Benji Smith <6193112+Benjins at users.noreply.github.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
M llvm/test/Bindings/llvm-c/echo.ll
M llvm/tools/llvm-c-test/echo.cpp
Log Message:
-----------
[C API] Add support for setting/getting new nneg flag on zext instructions (#73592)
This flag was added in #67982, but was not yet accessible via the C API.
This commit adds a getter/setter for this flag, and a test for it.
More information about the All-commits
mailing list