Add a G_BLOCK_ADDR opcode to handle IR blockaddress constants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Besides a nitpick, LGTM
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | ||
---|---|---|
952 | If this is evident from the operand type I'd drop the comment. Could a BlockAddress be something else, not "an IR block address value"? |
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | ||
---|---|---|
952 | True, it's a bit redundant. |
If this is evident from the operand type I'd drop the comment. Could a BlockAddress be something else, not "an IR block address value"?
Just a nitpick, not blocking.