Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3954,6 +3954,7 @@ static const struct Extension {
{"poe2", {AArch64::FeatureS1POE2}},
{"tev", {AArch64::FeatureTEV}},
{"btie", {AArch64::FeatureBTIE}},
{"dit", {AArch64::FeatureDIT}},
};

static void setRequiredFeatureString(FeatureBitset FBS, std::string &Str) {
Expand Down
4 changes: 4 additions & 0 deletions llvm/test/MC/AArch64/directive-arch_extension.s
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,7 @@ fmmla v1.8h, v2.16b, v3.16b
.arch_extension f8f32mm
fmmla v1.4s, v2.16b, v3.16b
// CHECK: fmmla v1.4s, v2.16b, v3.16b

.arch_extension dit
msr DIT, #1
// CHECK: msr DIT, #1