[PATCH] D89252: [C API] Add getters and setters for NUW, NSW, and Exact
Craig Disselkoen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 09:59:55 PDT 2020
cdisselkoen created this revision.
cdisselkoen added reviewers: nickwasmer, CodaFi, deadalnix.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
cdisselkoen requested review of this revision.
This partially addresses Bug 42692; see discussion there.
Adds C API getters and setters for the NUW, NSW, and Exact flags on various
instructions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89252
Files:
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp
llvm/test/Bindings/llvm-c/echo.ll
llvm/tools/llvm-c-test/echo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89252.297620.patch
Type: text/x-patch
Size: 5798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201012/0d1a888c/attachment.bin>
More information about the llvm-commits
mailing list