diff options
author | Min-Yih Hsu <min.hsu@sifive.com> | 2025-08-02 15:32:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-02 15:32:10 -0700 |
commit | 7ebbbd885f759ef5b7ae50a1b07f810296c4967f (patch) | |
tree | 5ae1ba299cfe2aa819ba76f4c74556eb8560d7eb /mlir/test/python/lib/PythonTestCAPI.h | |
parent | 849009c6350476d7a9968ea300e2805f1384f8cc (diff) | |
download | llvm-7ebbbd885f759ef5b7ae50a1b07f810296c4967f.zip llvm-7ebbbd885f759ef5b7ae50a1b07f810296c4967f.tar.gz llvm-7ebbbd885f759ef5b7ae50a1b07f810296c4967f.tar.bz2 |
[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.
Diffstat (limited to 'mlir/test/python/lib/PythonTestCAPI.h')
0 files changed, 0 insertions, 0 deletions