<div dir="ltr">Hi,<div><br></div><div>I was wondering what would be the best way to lower a select operation two predicated movs. I looked through the ARM, MIPS, and NVPTX backends and they all seem to lower a select to some sort of conditional move or native select operation.</div><div><br></div><div>Ex.</div><div>select t3, cond, t2, t1</div><div><br></div><div>Becomes</div><div>cond mov t3, t2</div><div>!cond mov t3, t1</div><div><br></div><div>-Dilan</div></div>