Commit 4f2a00d
authored
[SDPatternMatcher] Remove std::optional around SDNodeFlags in BinaryOpc_match. NFC (llvm#160178)
Using all 0 flags as the default works correctly. We'll get (0 &
N->getFlags()) == 0 which is always true which is what we want.1 parent 207d399 commit 4f2a00d
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
| 600 | + | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
| 616 | + | |
620 | 617 | | |
621 | 618 | | |
622 | 619 | | |
| |||
0 commit comments