llvm-project
4f2a00d7
- [SDPatternMatcher] Remove std::optional around SDNodeFlags in BinaryOpc_match. NFC (#160178)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
44 days ago
[SDPatternMatcher] Remove std::optional around SDNodeFlags in BinaryOpc_match. NFC (#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.
References
#160178 - [SDPatternMatcher] Remove std::optional around SDNodeFlags in BinaryOpc_match. NFC
Author
topperc
Parents
207d399d
Loading