For example, The code as in https://github.com/dotnet/runtime/pull/33749#issuecomment-601447809 **BitArray:.ctor** ```asm dup v17.16b, wzr cmeq v16.16b, v16.16b, v17.16b ``` should be optimized down to ```asm cmeq v16.16b, v16.16b, #0 ``` This applies to all the intrinsics that are mapped to cmeq, cmge, cmgt, cmle, cmlt, fcmeq, fcmge, fcmgt, fcmle and fcmlt instructions category:cq theme:hardware-intrinsics skill-level:intermediate cost:small