<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>I try to run such a line in TableGen but seems it's not working.<br>What is the problem with this code?<br><br></div>multiclass cond {<br></div>    let Inst{1-0}=0b11 in defm fxy: ConditionalALU;<br>    ....<br>}<br><br></div>I receive this error:<br><br>test.td:162:11: error: expected '=' in let expression<br>   let Inst{1-0}=0b11 in defm fxy: ConditionalALU;<br>            ^<br><br></div></div>