[Lldb-commits] [lldb] [InstCombine] Canonicalize `and(zext(A), B)` into `select A, B & 1, 0` (PR #66740)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 19 10:12:56 PDT 2023
goldsteinn wrote:
Created: https://github.com/llvm/llvm-project/pull/66793 which fixes the backend regression this can cause.
https://github.com/llvm/llvm-project/pull/66740
More information about the lldb-commits
mailing list