When creating a new instruction that is based on an existing one, it may be useful to have a simple way of extracting the union of all flags from a register operand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Krzysztof,
LGTM with a doxygen comment on the added function.
Cheers,
-Quentin
include/llvm/CodeGen/MachineInstrBuilder.h | ||
---|---|---|
389 | Add a doxygen comment on that function. |
Comment Actions
Committed in r269414 with the requested change. Forgot to add the "Differential Revision" to the commit message so this review did not get closed automatically.
Add a doxygen comment on that function.