<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 16, 2022, at 22:54, Sanjay Patel via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Thanks for letting me know. Reverted:</div><div class=""><a href="https://reviews.llvm.org/rG07d549bce94f" rel="noreferrer" target="_blank" class="">https://reviews.llvm.org/rG07d549bce94f</a></div><div class=""><br class=""></div><div class="">If you can get the IR for that file, that would be great. Otherwise, I'll try to set up a system to extract that.<br class=""></div></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">Sure, the IR below should hang with this patch and `opt -passes=instcombine`</div><div class=""><br class=""></div><div class=""><div class="">define i8 @widget(i64 %arg) {</div><div class="">bb:</div><div class="">  %tmp = lshr i64 %arg, 7</div><div class="">  %tmp1 = and i64 %tmp, 1</div><div class="">  %tmp2 = trunc i64 %tmp1 to i32</div><div class="">  %tmp3 = icmp ne i32 %tmp2, 0</div><div class="">  %tmp4 = xor i1 %tmp3, true</div><div class="">  %tmp5 = zext i1 %tmp4 to i8</div><div class="">  ret i8 %tmp5</div><div class="">}</div></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>