Fix invalid op result access. This will trigger
assertion introduced in D147883.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I had a few questions. But if none of them raise a red flag, all builds and tests correctly and looks good.
flang/lib/Lower/ConvertCall.cpp | ||
---|---|---|
223–224 | This is the only place where sp gets an explicit value. Is this what you want? | |
407–416 | Similarly, callResult only gets an explicit value if callNumResults is zero. Is this correct? | |
flang/lib/Lower/ConvertExpr.cpp | ||
4279–4282 | Similarly, outerRes doesn't always get an explicit value. |
This is the only place where sp gets an explicit value. Is this what you want?