This patch extends the logic for lowering loop construct reductions to parallel block reductions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG.
Will you be able to add the lowering to LLVM code soon?
flang/lib/Lower/Bridge.cpp | ||
---|---|---|
2201–2209 | Nit: Braces here as well. |
Comment Actions
Added curly brackets to if block.
@kiranchandramohan I can get started on the FIR -> LLVM IR lowering.
Nit: Braces here as well.