Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please precommit tests.
This is more like it.
| llvm/lib/Analysis/InstructionSimplify.cpp | ||
|---|---|---|
| 2273–2283 | Just capture it when patternmatching? | |
Comment Actions
Simplify code.
| llvm/lib/Analysis/InstructionSimplify.cpp | ||
|---|---|---|
| 2273–2283 | Oh yeah, m_CombineAnd :) Fixed. | |
Please clang-format