https://reviews.llvm.org/D77954 caused a regression about ambiguity of new operator
in file scope.
This patch recovered the previous behavior for comparison without a caller.
This is a workaround. For real fix we need D71227
Differential D78970
[CUDA][HIP] Fix ambiguity of new operator yaxunl on Apr 27 2020, 3:55 PM. Authored by
Details https://reviews.llvm.org/D77954 caused a regression about ambiguity of new operator This patch recovered the previous behavior for comparison without a caller. This is a workaround. For real fix we need D71227
Diff Detail Event TimelineComment Actions This really has nothing to do with the new operator specifically, but it looks like a good fix. |