mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
Prevent creating multiple output for the same Value when distributing operations out of WarpExecuteOnLane0Op. This avoid creating combinatory explosion of outputs. Differential Revision: https://reviews.llvm.org/D129465