Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98091
[RISCV] Make use of DAG.getNeutralElement in lowerVECREDUCE to avoid repeating the same list of constants. NFC ClosedPublic Authored by craig.topper on Mar 5 2021, 5:35 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: StephenFan, vkmr, luismarques and 23 others. · View Herald TranscriptMar 5 2021, 5:35 PM
This revision is now accepted and ready to land.Mar 7 2021, 6:39 PM This revision was landed with ongoing or failed builds.Mar 8 2021, 9:17 AM Closed by commit rG7a64cc4a764e: [RISCV] Make use of DAG.getNeutralElement in lowerVECREDUCE to avoid repeating… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 329046 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|
maybe the function name should be changed because it does not get IdentityVal now?