-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use ph1_ir? #174
Comments
The |
@vacantron |
The most arguments of
I think you could check this out, since the two stages IR had been deprecated. |
If For example, in Arm backend (arm-codegen.c), we can notice that it will generate either But for I think it may be a fault in the implementation? |
The members in a structure have been aligned, and we could simply use the Lines 360 to 389 in 07adb41
|
I would like to ask how to use
ph1_ir
. The documentation and examples for theph1_ir
opcode enum, as well as the related operationsadd_global_ir
,add_ph1_ir
, andadd_insn
are quite limited, which makes it difficult for me to understand how to get started.Could someone kindly provide some guidance or examples on how to properly use
ph1_ir
?Any help would be greatly appreciated! Thank you!
The text was updated successfully, but these errors were encountered: