To stitch our new instruction into the code, we have to find all the places it’s used and swap in our new instruction as an argument. Recall that an Instruction is a Value: here, the multiply Instruction is used as an operand in another Instruction, meaning that the product will be fed in as an argument.
記事タイトル or URL
http://postd.cc/llvm-for-grad-students/
フィードバック内容
こちらの原文について,
このように訳されていました.
しかし,ここでの
the multiply Instruction
は,「複数の命令」ではなく「乗算命令」の意味ではないでしょうか. また,the product
についても,「積」という意味かと考えられますが,いかがでしょうか.