[libcxx-commits] [PATCH] D92571: [IR] Remove CastInst::isCastable since it is not used
Duncan P. N. Exon Smith via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 3 10:59:23 PST 2020
dexonsmith added inline comments.
================
Comment at: libcxxabi/test/test_demangle.pass.cpp:21547
{"_ZN4llvm8CastInst12CreateFPCastEPNS_5ValueEPKNS_4TypeERKNS_5TwineEPNS_10BasicBlockE", "llvm::CastInst::CreateFPCast(llvm::Value*, llvm::Type const*, llvm::Twine const&, llvm::BasicBlock*)"},
- {"_ZN4llvm8CastInst10isCastableEPKNS_4TypeES3_", "llvm::CastInst::isCastable(llvm::Type const*, llvm::Type const*)"},
{"_ZN4llvm8CastInst13getCastOpcodeEPKNS_5ValueEbPKNS_4TypeEb", "llvm::CastInst::getCastOpcode(llvm::Value const*, bool, llvm::Type const*, bool)"},
----------------
I don't understand why this is being removed. Is the demangler testcase no longer valid?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92571/new/
https://reviews.llvm.org/D92571
More information about the libcxx-commits
mailing list