Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Lower/IntrinsicCall.cpp | ||
---|---|---|
314 | I think you're actually supposed to use braces here, there's an example in the LLVM coding style that says "Use braces for the outer if since the nested for is braced." |
flang/lib/Lower/IntrinsicCall.cpp | ||
---|---|---|
82 |
flang/lib/Lower/IntrinsicCall.cpp | ||
---|---|---|
314 | Yes, makes sense and since it is mentioned in the guideline it is better to stick with it. I thought about it but didn't put the effort to check the coding style guide. I have made the change. |
Ok, thanks :) This LGTM, but since you're mostly addressing Eric's comments I'll let him give you the official blessing.
I don't think always getting rid of type inferencing is really necessary and as code owner would accept using it.
flang/lib/Lower/IntrinsicCall.cpp | ||
---|---|---|
353–354 | To avoid regressions. :) |