<div dir="ltr">Hello,<div><br></div><div>I'm thinking of adding 'llvm.assume' intrinsics into the IR as optimization hints . It works great for scalar values. However I have a number of use cases where I deal with vector conditions. Assuming I have '<8 x i1> %cond'</div><div><br></div><div>1. Is there an option other than looping and calling llvm.assume for each scalar value?</div><div>2. Another open question is, if there any point in introducing the above loop if that'sĀ the only option i.e, are the relevant optimizations likely to kick in this way? p.s. I'll obviously check this out but it'll to good to hear if anyone has any experience/opinion.</div><div><br></div><div>Regards,</div><div>DeepakĀ </div></div>