[PATCH] D92571: [IR] Remove CastInst::isCastable since it is not used

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 04:37:08 PST 2020


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, spatel, craig.topper, arsenm, RKSimon.
Herald added subscribers: libcxx-commits, dexonsmith, hiraditya.
Herald added projects: libc++abi, LLVM.
Herald added a reviewer: libc++abi.
c-rhodes requested review of this revision.
Herald added a subscriber: wdng.

It was removed back in 2013 (f63dfbb) by Matt Arsenault but then
reverted since DragonEgg used it, but that project is no longer
maintained.

Can this be removed now?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92571

Files:
  libcxxabi/test/test_demangle.pass.cpp
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/IR/Instructions.cpp
  llvm/unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92571.309227.patch
Type: text/x-patch
Size: 6632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201203/c72e7461/attachment-0001.bin>


More information about the llvm-commits mailing list