<div dir="ltr">Would it be worth it to add intrinsics for bitfield extract/deposit and binary rotate left/right?<br>Both of these have dedicated instructions in multiple ISAs, including the two major ISAs (x86-64 and ARM)<br>Adding them could decrease load on the backend to recognize common intrinsic patterns that correspond to these instructions, but could increase load on backends that do not have dedicated instructions for these intrinsics.</div>