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 ↗ | (On Diff #157634) | 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 ↗ | (On Diff #157634) | True, it's a bit redundant. |