mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
This enables better support for traits such as SameOperandsAndResultType, and other situations in which a variadic operand may be resolved from a non-variadic. Differential Revision: https://reviews.llvm.org/D83011