[llvm] [DAG] Add freeze(assertext(x)) -> assertext(x) folds (PR #94491)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 10:36:27 PDT 2024
efriedma-quic wrote:
That said, it's only really a problem for function arguments that aren't noundef; maybe we can just skip emitting AssertZExt for such arguments.
https://github.com/llvm/llvm-project/pull/94491
More information about the llvm-commits
mailing list