[llvm] [DAG] Fold extract_subvector(insert_subvector(x, y, c1), c2) --> extract_subvector(y,c2-c1) (PR #87925)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 04:15:46 PDT 2024


RKSimon wrote:

Thanks @antmox - got a repro now

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


More information about the llvm-commits mailing list