[PATCH] D125388: Allow type-mismatching RAUW of values in metadata, and add C API.

Tim Besard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 02:58:50 PDT 2022


maleadt abandoned this revision.
maleadt added a comment.

In D125388#3595595 <https://reviews.llvm.org/D125388#3595595>, @nikic wrote:

> - With opaque pointers the replacement doesn't use a bitcast anyway, so the issue is "fixed" as a side-effect. As this API will only go into LLVM 15, it would not be useful.

Ah yes, plain RAUW without bitcast just works fine on LLVM 15 with opaque pointers.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125388/new/

https://reviews.llvm.org/D125388



More information about the llvm-commits mailing list