[PATCH] D143487: [IR] Allow destruction of symbol table entries regardless of DiscardValueNames

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 22:01:52 PDT 2023


yrouban updated this revision to Diff 508890.
yrouban added a comment.

replaced

  if (NeedNewName);

with

  assert(NeedNewName);

at line 373.


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

https://reviews.llvm.org/D143487

Files:
  llvm/lib/IR/Value.cpp
  llvm/unittests/IR/BasicBlockTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143487.508890.patch
Type: text/x-patch
Size: 3443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/d35e94aa/attachment.bin>


More information about the llvm-commits mailing list