[PATCH] D136637: [llvm-c] add LLVMReplaceMDNodeOperandWith

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 13:32:07 PDT 2022


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Bindings/llvm-c/replace_md_operand.ll:1
+; RUN: llvm-c-test --replace-md-operand < /dev/null
+; This used to trigger an assertion
----------------
This seems to be an incredibly complicated way to invoke the function, but it's consistent with the existing tests...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136637



More information about the llvm-commits mailing list