mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 01:56:06 +00:00

Only minimal argument processing is needed here because they will be lowered properly either by the elemental intrinsic call builder or the lowering of the scalar call inside the elemental kernel. Dynamically optional arrays are coming in the next patch. Depends On: D155291 Differential Revision: https://reviews.llvm.org/D155292