Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions llvm/lib/Target/AArch64/AArch64ISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,6 @@ enum NodeType : unsigned {
STRICT_FCMP = ISD::FIRST_TARGET_STRICTFP_OPCODE,
STRICT_FCMPE,

// SME ZA loads and stores
SME_ZA_LDR,
SME_ZA_STR,

// NEON Load/Store with post-increment base updates
LD2post = ISD::FIRST_TARGET_MEMORY_OPCODE,
LD3post,
Expand Down Expand Up @@ -520,6 +516,10 @@ enum NodeType : unsigned {
STP,
STILP,
STNP,

// SME ZA loads and stores
SME_ZA_LDR,
SME_ZA_STR,
};

} // end namespace AArch64ISD
Expand Down
Loading