mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
This allows for using a different type when accessing a parameter than the one used for storage. This allows for returning parameters by reference, enables using more optimized/convient reference results, and more. Differential Revision: https://reviews.llvm.org/D108593