Commit 13b7629a authored by Vladislav Dzhidzhoev's avatar Vladislav Dzhidzhoev
Browse files

[GlobalISel][AArch64] Combine unmerge(G_EXT v, undef) to unmerge(v).

When having <N x t> d1, unused = unmerge(G_EXT <2*N x t> v1, undef, N),
it is possible to express it just as unused, d1 = unmerge v1.

It is useful for tackling regressions in arm64-vcvt_f.ll, introduced in
https://reviews.llvm.org/D144670.
parent 7eeeeb0c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment