This code was throwing away the opcode for a boolean, which was then
reconstructing the opcode from that boolean. Just pass the opcode, and
forget the boolean.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D77100
[SelectionDAGISel] small cleanup to INLINEASM_BR selection. NFC ClosedPublic Authored by nickdesaulniers on Mar 30 2020, 3:23 PM.
Details Summary This code was throwing away the opcode for a boolean, which was then
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 30 2020, 3:28 PM Closed by commit rGf0869417652f: [SelectionDAGISel] small cleanup to INLINEASM_BR selection. NFC (authored by nickdesaulniers). · Explain WhyMar 30 2020, 3:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 253721 llvm/include/llvm/CodeGen/SelectionDAGISel.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
|