[llvm] [DAG] Add freeze(assertext(x)) -> assertext(x) folds (PR #94491)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 12:43:55 PDT 2024


efriedma-quic wrote:

What's the advantage of "if the input is poison, the result is poison; otherwise, if the input isn't zero-extended the behavior is undefined", vs. the much simpler "if the input isn't zero-extended, the result is poison".

https://github.com/llvm/llvm-project/pull/94491


More information about the llvm-commits mailing list