[llvm] [Sparc] TableGen-erate SDNode descriptions (PR #138450)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 5 07:40:06 PDT 2025


================
@@ -2037,47 +2038,6 @@ bool SparcTargetLowering::useSoftFloat() const {
   return Subtarget->useSoftFloat();
 }
 
-const char *SparcTargetLowering::getTargetNodeName(unsigned Opcode) const {
----------------
koachan wrote:

I suppose the other PR will take care of moving the callers of this to the autogenerated impl?

https://github.com/llvm/llvm-project/pull/138450


More information about the llvm-commits mailing list