Files
clang-p2996/llvm/test/CodeGen/RISCV
Simon Pilgrim 076bee1020 [DAG] getNode() - fold (zext (trunc (assertzext x))) -> (assertzext x)
If the pre-truncated value was the same width as the extension, and the assertzext guarantees that the extended bits are already zero, then skip the zext/trunc 'zero_extend_inreg' pattern.

Addresses several regressions noticed in D155472
2023-07-31 10:43:11 +01:00
..
2023-07-13 12:22:06 -07:00
2023-03-29 20:55:51 +01:00
2023-03-21 18:52:05 -07:00
2023-03-21 18:52:05 -07:00
2023-03-23 12:32:25 +00:00