[PATCH] D136637: [llvm-c] add LLVMReplaceMDNodeOperandWith
Davide Bertola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 28 22:45:41 PST 2023
davibe added a comment.
I don't have commit access, could someone please commit this for me?
================
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
----------------
aprantl wrote:
> This seems to be an incredibly complicated way to invoke the function, but it's consistent with the existing tests...
Agree. I may propose another "pr"
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