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