I'd previously merged this into the fir-dev branch. This change is to
do the same thing to the main branch of llvm-project.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/runtime/transformational.cpp | ||
---|---|---|
524 | Same comment as before. llvm style does not like braces for single code blocks. |
flang/runtime/transformational.cpp | ||
---|---|---|
524 | And as I mentioned in the other pull request, I don't think we're following this convention for flang code. |
flang/runtime/transformational.cpp | ||
---|---|---|
524 | Saw you comment in your cshift review. So, disregard. |
flang/runtime/transformational.cpp | ||
---|---|---|
524 | It looks ok to me to have it the way you changed it, but I am surprised you had to change it. Isn't field.IncrementSubscripts(fieldAt) a no-op on scalar field ? Did you run into bugs without your change ? |
flang/runtime/transformational.cpp | ||
---|---|---|
524 | This is weird. I thought I had a test that failed without this change, but I just tried to reproduce it, and I can't. So I'll revert the code. |
Same comment as before. llvm style does not like braces for single code blocks.