mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
This adds support for WrapperFunction::handle handlers that take their arguments by reference, rather than by value. This commit also reduces the number of temporary objects created to support SPS-transparent conversion in SPSWrapperFunction.