Replies: 2 comments 1 reply
-
是你的代码产生的bitcast吗 |
Beta Was this translation helpful? Give feedback.
1 reply
-
解决了,是我的类型解析有问题。😭 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
测试tester/function_test2020/15_array_test3.sysu.c样例时,我遇到报错如下:
标准clang输出为:
%call = call i32 @func([5 x i32]* getelementptr inbounds ([5 x [5 x i32]], [5 x [5 x i32]]* @A, i64 0, i64 0))
想知道可能是什么原因导致了bitcast的出现,而不是gep inbounds?
Beta Was this translation helpful? Give feedback.
All reactions