[llvm] [ExpandLargeFpConvert] Scalarize vector types. (PR #86954)

Bevin Hansson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 00:17:05 PDT 2024


bevin-hansson wrote:

> What's the difficulty supporting vectors in the expansion directly? I assume it requires simple bookkeeping adjustments to handle them?

It's the same issue as in #86959. The presence of control flow makes it a bit hard to emit vector code that matches the original.

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


More information about the llvm-commits mailing list