Files
clang-p2996/clang/lib/CodeGen/CGCall.cpp
Craig Topper d53d842d12 [RISCV][AArch64][IRGen] Add a special case to CodeGenFunction::EmitCall for scalable vector return being coerced to fixed vector.
Before falling back to CreateCoercedStore, detect a scalable vector
return being coerced to fixed vector. Handle it using a vector.extract
intrinsic without going through memory.

Reviewed By: c-rhodes

Differential Revision: https://reviews.llvm.org/D155495
2023-07-18 10:04:33 -07:00

227 KiB