commit | 3e26bca4cb71cbeb45216cbdf58fdaaafd6fded5 | [log] [tgz] |
---|---|---|
author | Min-Yih Hsu <min.hsu@sifive.com> | Sat Aug 02 15:32:10 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Aug 02 15:38:11 2025 -0700 |
tree | 4a2241e9f19a4b6b898c5e7dc8446108f6d01858 | |
parent | 92e6af224228e24c5ed747189f3f81f826645c3b [diff] |
[DAG] Always use stack to promote bitcast when the source is vector (#151065) The optimization introduced by #125637 tried to avoid using stacks to promote bitcast with vector result type. However, it wouldn't be correct if the input type is vector. This patch limits that optimizations to only scalar to vector bitcasts. GitOrigin-RevId: 7ebbbd885f759ef5b7ae50a1b07f810296c4967f