Skip to content

Commit

Permalink
conv:irstollvm: Add pattern for hl::TypeDeclOp.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc authored and xlauko committed Nov 6, 2023
1 parent b36f599 commit 70d2175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vast/Conversion/Common/IRsToLLVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ namespace vast::conv::irstollvm
using ignore_patterns = util::type_list<
ignore_pattern< hl::DeclRefOp >,
ignore_pattern< hl::PredefinedExpr >,
erase_pattern< hl::StructDeclOp >
erase_pattern< hl::StructDeclOp >,
erase_pattern< hl::TypeDeclOp >
>;

struct ll_struct_gep : base_pattern< ll::StructGEPOp >
Expand Down

0 comments on commit 70d2175

Please sign in to comment.