User Details
- User Since
- Aug 30 2021, 1:18 PM (91 w, 3 d)
Wed, May 31
@kiranchandramohan Thanks for investigating fix options.
Tue, May 30
Looks good to me
Fri, May 26
Thu, May 25
Wed, May 24
Tue, May 23
Looks good to me, thanks for addressing this!
Mon, May 22
Thanks @cseo for looking at this bug.
Wed, May 17
Tue, May 16
Thu, May 11
Fri, May 5
May 2 2023
Thanks for the fix!
May 1 2023
As noted, it looks like this change is causing compilation of an edge case to hang.
Apr 18 2023
Apr 17 2023
Apr 14 2023
I've moved function getTypeCode to file Optimizer/Dialect/FIRType.cpp.
Apr 13 2023
Apr 12 2023
Apr 5 2023
Apr 3 2023
Apr 1 2023
Mar 31 2023
Mar 28 2023
Thanks for the fix!
Mar 21 2023
Mar 20 2023
Mar 10 2023
Mar 9 2023
Mar 8 2023
Mar 1 2023
Thanks for the fix!
Feb 28 2023
Feb 27 2023
Done; thanks
clang-format
Feb 16 2023
We can delay dealing with rare early-exit cases until we have general code for handling them, which should be fairly soon. So this code is ok as is for now.
To add some detail - if an expression includes a function call that returns memory, the memory needs to be freed. And since the construct could have an early exit, the normal exit cleanup might not be invoked. That can be accommodated by immediately finalizing stmtCtx.
Feb 15 2023
So you need to drop down a scope level - looks ok to me.
Feb 13 2023
And thanks for the fix!
Looks ok to me
Feb 12 2023
Feb 10 2023
The following code has a regression. Output from this code is now T; the output should be F.
Feb 8 2023
This is a good permanent fix for the problem.