[all-commits] [llvm/llvm-project] de9b6a: [C API] Add getters and setters for NUW, NSW, and ...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Thu Jun 8 16:11:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de9b6aa341d8951625d62ae3dac8670ebb3eb006
https://github.com/llvm/llvm-project/commit/de9b6aa341d8951625d62ae3dac8670ebb3eb006
Author: Justin Bogner <mail at justinbogner.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
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 getters and setters for NUW, NSW, and Exact
This partially addresses Bug 42692; see discussion there.
Adds C API getters and setters for the NUW, NSW, and Exact flags on various
instructions.
Patch by Craig Disselkoen. Thanks!
Differential Revision: https://reviews.llvm.org/D89252
More information about the All-commits
mailing list