This patch adds the SETEQ patterns for i64 values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | ||
---|---|---|
2860 ↗ | (On Diff #99597) | Do you mean CA bit by addc.1? |
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | ||
---|---|---|
2860 ↗ | (On Diff #99597) | The idea was to use similar notation to that of the SDAG (i.e. result 0, result 1). But I do like your notation better. I'll change it as you suggested. |
Comment Actions
A few cosmetic changes in addition to the notation change that was mentioned (I also like that).
Otherwise LGTM.
-eric
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | ||
---|---|---|
2833 ↗ | (On Diff #99597) | Seems to be unused at the moment? |
2855 ↗ | (On Diff #99597) | Ditto. |
2928 ↗ | (On Diff #99597) | Can you move this down to just before the first use? |