[PATCH] D86764: [Bindings] Add LLVMAddInstructionSimplifyPass
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 09:37:00 PDT 2020
aeubanks added a comment.
In D86764#2243964 <https://reviews.llvm.org/D86764#2243964>, @sroland wrote:
> Looks great to me, that'll certainly fit the bill for mesa (not sure though on the name should it have the Legacy in the name too for consistency - either way looks fine to me however).
The name should be consistent with the other C binding names, "legacy" is an implementation detail.
> It would be great to also have this mentioned in the release notes, to make it easier for other llvm-as-a-library users to tell what they have to do.
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86764/new/
https://reviews.llvm.org/D86764
More information about the llvm-commits
mailing list