Crude matching of complex multiply pattern.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 126808 Build 184151: arc lint + arc unit
Event Timeline
llvm/lib/CodeGen/CodeGenPrepare.cpp | ||
---|---|---|
7440 | please use poison instead of undef as placeholder whenever possible. |
please use poison instead of undef as placeholder whenever possible.
We are trying to get rid of undef. Thank you!