Skip to content

Commit

Permalink
Fix assert build
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed May 16, 2024
1 parent 4317a8c commit c669023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enzyme/tools/enzyme-tblgen/datastructures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ SmallVector<size_t, 3> TGPattern::getRelatedLengthArgs(size_t arg) const {
if (related.size() == 3) {
auto argTy = argTypes.lookup(related[0]);
assert(argTy == ArgType::trans || argTy == ArgType::diag);
(void)argTy;
}

return related;
Expand Down

0 comments on commit c669023

Please sign in to comment.