User Details
- User Since
- Oct 22 2015, 10:25 AM (387 w, 3 d)
Mon, Mar 20
Fri, Mar 17
Looks like flang tests failed. Is flang broken?
Oct 10 2022
I don't agree that this new dialect should extend FIR. They should be separate dialects.
I wasn't objecting. I was informing. (Flang did not even have a driver for a long, long time.)
Oct 4 2022
For what it is worth, flang was originally written to be strict rather than permissive. Checks are made to encode things like "this configuration has been tested" rather than just letting everything fall through and sifting through the fallout after the fact. Broadly speaking, the intention was for the compiler to produce known correct output/code when it could. If something was untested, unsupported, unimplemented, etc. however, the compiler was to give a reasonable error message rather than a possibly false impression that everything might have been ok or not.
Sep 14 2022
Sep 7 2022
Aug 15 2022
Aug 4 2022
Aug 3 2022
Jul 27 2022
What is the motivating Fortran example here?
Jun 17 2022
Jun 6 2022
LGTM. (The bots are complaining.)
Kiran makes a good point that there is a strong desire to perform a true mem-to-reg translation on FIR which would eliminate dead stores and register promote memory traffic to stack slots, etc.
Thanks for adding the tests.
May 27 2022
May 17 2022
array_modify is deprecated. It is no longer needed.
May 12 2022
May 11 2022
Fixes clang-format issues on the entire file.
May 10 2022
May 6 2022
May 5 2022
LGTM. It's consistent with the overall project and will be easier for the community to maintain in the long run.
Apr 29 2022
Apr 27 2022
If you want to write a Fortran with OpenMP test that tests more of the pipeline, say to LLVM IR, then flang/test/Driver seems to be one possibility of where to put such a test. That directory is not just driver tests, but more a sundry of tests.
Apr 26 2022
Fix clang-format issue.
Apr 25 2022
Apr 23 2022
Apr 22 2022
It doesn't look familiar to me, @kiranchandramohan .
Apr 20 2022
Apr 8 2022
Apr 6 2022
Good to see these improvements going in to MLIR's CSE, Valentin.
Apr 5 2022
Apr 1 2022
Thanks for upstreaming these, Valentin.
LGTM.
Thanks for upstreaming these, Andrzej.
Mar 18 2022
Mar 17 2022
Note: The test should be extended to exercise the elemental aspect of IOR when that gets upstreamed as well.