User Details
- User Since
- Jan 30 2023, 9:13 AM (8 w, 5 d)
Mon, Mar 27
Added reboxing tests
Wed, Mar 22
Tue, Mar 21
Mon, Mar 20
Fri, Mar 17
Tue, Mar 7
Mon, Mar 6
Mar 2 2023
Mar 1 2023
Thank you for the feedback, Jean. I'll keep looking into this.
Feb 28 2023
Something to note is that this patch currently doesn't support expressions like array%im + 3 because arith.fadd will complain that fir.real isn't floating-point-like. It also seems like hlfir.designate expects a fir.real designation type, so I'm not really sure how to reconcile this. I don't know if this is issue with this patch or if its a problem outside of the scope of this task, but I figured it was worth bringing up.
Feb 21 2023
Comment edit + exhuastive testing
Feb 20 2023
Clang format + documentation update
Feb 18 2023
Feb 17 2023
Feb 16 2023
Change multiclass name for the sake of clarity.
Ping
Feb 14 2023
Thanks for the feedback everyone. This is my current understanding on what I should do: I am to rename gfortran_unsupported_Group to flang_ignored_w_Group and move the non W group gfortran options into another patch. I have these changes locally and am currently building + testing. Please let me know if I'm misinterpreting these instructions.
Feb 11 2023
This update adds other unsupported gfortran options to Options.td.
Feb 8 2023
Feb 7 2023
I fixed the formatting and test.
Feb 6 2023
Add tests for change as requested by reviewer