Override the shouldScalarizeBinop target lowering hook using the same
implementation used in the x86 backend. This causes extract_vector_elts of
vector binary ops to be scalarized if the scalarized version would be supported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo