mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
dbd9e8933481521cf7692b2a6a6cc02ce3bbe11a
there is no compelling need to return the converted type. If both expression type's are arithmetic, then both types will always be the same. If they aren't (for pointer/int types, say), then the types will be different. The client is responsible for distinguishing... llvm-svn: 39947
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%