Add lowering support for reduction with the add operator
on complex type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good. Please consider replacing llvm::errs() line
flang/lib/Lower/OpenACC.cpp | ||
---|---|---|
702 | Seems useful to have this information when TODO is invoked. But not being separate from TODO. Maybe better to do a stringstream to collect all values you want. |
flang/lib/Lower/OpenACC.cpp | ||
---|---|---|
702 | Left over from debugging. I'll see if we can have it with the TODO |
Seems useful to have this information when TODO is invoked. But not being separate from TODO. Maybe better to do a stringstream to collect all values you want.