Skip to content

Commit

Permalink
hl: Do not use properties for attributes by default.
Browse files Browse the repository at this point in the history
This is turned off to allow easier port to llvm-18, separate issue
will track the progress to turn this feature on.
  • Loading branch information
lkorenc committed Apr 24, 2024
1 parent 421b72b commit a579136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/vast/Dialect/HighLevel/HighLevel.td
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def HighLevel_Dialect : Dialect {
let hasConstantMaterializer = 1;

let dependentDialects = ["vast::core::CoreDialect"];

let usePropertiesForAttributes = 0;
}

class HighLevel_Op< string mnemonic, list< Trait > traits = [] >
Expand Down

0 comments on commit a579136

Please sign in to comment.