<div dir="ltr"><div>Hi, All</div><div><br></div><div>I want IR in Clang to such as SHIFT can support complex number. <br></div><div>I tried to write the following code: <br></div><div>   complex data1;</div><div>   complex data2 = data1 >> 4;</div><div>The Clang compiler said invalid operands in binary instructions. <br></div><div>I guess Clang do the data type check and report the error. <br></div><div><br></div><div>Can anyone help to explain how to make Clang support complex number for SHIFT IR?</div><div><br></div><div>Thanks a lot!</div></div>