<div dir="ltr"><div>Hello,</div><div>i am trying to construct a register of size 65536 bit by combining 2 registers of 32768 bits. both the 32768 bit registers are different so i have to use the following method</div><div><br></div><div>let SubRegIndices = [sub_32768bit, sub_32768bit_hi], CoveredBySubRegs = 1 in<br></div><div><br></div><div>but i am getting following error..</div><div><br></div><div>error:Ran out of lanemask bits to represent subregister sub_32768bit_hi_then_sub_16384bit_hi_then_sub_32bit</div><div><br></div><div>now how to increase lanemask bits? what changes are required inĀ IntrinsicEmitter.cpp file??</div><div><br></div><div>Please reply.</div></div>