Skip to content

Commit

Permalink
conv: Add non-parsing cmp conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Nov 22, 2024
1 parent c6510d6 commit 49ee89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vast/Conversion/Parser/ToParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ namespace vast::conv {
using operation_conversions = util::type_list<
ToNoParse< hl::ConstantOp >,
ToNoParse< hl::ImplicitCastOp >,
ToNoParse< hl::CmpOp>, ToNoParse< hl::FCmpOp >,
FuncConversion,
ParamConversion,
DeclRefConversion,
Expand Down

0 comments on commit 49ee89e

Please sign in to comment.