mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
d7ee0fcac992a0eced1902b643c1eca91aba565e
actually fixes most of the VerifyCoalescing failures in test-suite. llvm-svn: 131768
This is a simplified (and superior) implementation of __invoke, __invokable and __invoke_of. It is superior in that __invoke now handles reference qualified member functions whereas the previous implementation did not. And it simply has less infrastructure in its implementation. I'm still learning how to program in C++11 (and probably will be for a long time). This change does not impact the behavior we're seeing in http://llvm.org/bugs/show_bug.cgi?id=9975
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%