[llvm] [AArch64] TableGen-erate SDNode descriptions (PR #140472)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 04:18:43 PDT 2025


================
@@ -23,22 +27,15 @@ static cl::opt<bool>
                                 "to lower to librt functions"),
                        cl::init(true));
 
-bool AArch64SelectionDAGInfo::isTargetMemoryOpcode(unsigned Opcode) const {
-  return Opcode >= AArch64ISD::FIRST_MEMORY_OPCODE &&
-         Opcode <= AArch64ISD::LAST_MEMORY_OPCODE;
-}
----------------
paulwalker-arm wrote:

I see. Thanks.

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


More information about the llvm-commits mailing list