エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
LLVM Language Reference Manual — LLVM 20.0.0git documentation
%0 = add i32 %X, %X ; yields i32:%0 %1 = add i32 %0, %0 /* yields i32:%1 */ %result = add i32 %1,... %0 = add i32 %X, %X ; yields i32:%0 %1 = add i32 %0, %0 /* yields i32:%1 */ %result = add i32 %1, %1 This last way of multiplying %X by 8 illustrates several important lexical features of LLVM: Comments are delimited with a ‘;’ and go until the end of line. Alternatively, comments can start with /* and terminate with */. Unnamed temporaries are created when the result of a computation is not assig



2018/01/17 リンク