We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
動作には影響ない細かい表記についてです。
returnで2つ値を返すLLVMIRをconstants2.llで用意されています。
constants2.ll
P210の下のコマンド実行例では、constant2.bcとして扱われています。 また、P213の上部の文では、「上記で示したconstant2.llをllcで...」と表記され、あわせてその下の図のファイル名も「constant2.myriscvx32.S」となっています。
constant2.bc
constant2.ll
llc
constant2.myriscvx32.S
constants2で統一されたほうがわかりやすいかとも思います。
constants2
The text was updated successfully, but these errors were encountered:
ご指摘ありがとうございます。正誤表に追記しました。
Sorry, something went wrong.
ご対応ありがとうございます。
No branches or pull requests
動作には影響ない細かい表記についてです。
returnで2つ値を返すLLVMIRを
constants2.ll
で用意されています。P210の下のコマンド実行例では、
constant2.bc
として扱われています。また、P213の上部の文では、「上記で示した
constant2.ll
をllc
で...」と表記され、あわせてその下の図のファイル名も「constant2.myriscvx32.S
」となっています。constants2
で統一されたほうがわかりやすいかとも思います。The text was updated successfully, but these errors were encountered: