Page MenuHomePhabricator

rovka (Diana Picus)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 21 2016, 3:27 AM (361 w, 3 d)

Recent Activity

Wed, Mar 22

rovka added inline comments to D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.
Wed, Mar 22, 3:10 AM · Restricted Project, Restricted Project
rovka added inline comments to D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.
Wed, Mar 22, 2:16 AM · Restricted Project, Restricted Project

Mon, Mar 20

rovka added a comment to D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.

I wonder if you need to update getAliasResult in AMDGPUAliasAnalysis for the new address space.

Mon, Mar 20, 7:03 AM · Restricted Project, Restricted Project
rovka updated the summary of D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.
Mon, Mar 20, 7:02 AM · Restricted Project, Restricted Project
rovka updated the diff for D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.

It seems arc didn't want to update the revision Summary from my commit message, so I'll add this as a comment:
I'm also planning to add this paragraph to the commit message:

Mon, Mar 20, 6:00 AM · Restricted Project, Restricted Project
rovka updated the diff for D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.

Moved the new address space to 128, and clarified that it is an internal address space that can be freely renumbered.

Mon, Mar 20, 5:57 AM · Restricted Project, Restricted Project
rovka added inline comments to D146287: [AMDGPU][GISel] Add inverse ballot intrinsic.
Mon, Mar 20, 5:01 AM · Unknown Object (Project), Restricted Project, Restricted Project

Wed, Mar 15

rovka added inline comments to D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.
Wed, Mar 15, 2:47 AM · Restricted Project, Restricted Project

Tue, Mar 14

rovka added a reviewer for D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions: Restricted Project.
Tue, Mar 14, 3:56 AM · Restricted Project, Restricted Project
rovka requested review of D146031: [AMDGPU] Add MMOs for GFX11 Streamout Instructions.
Tue, Mar 14, 3:54 AM · Restricted Project, Restricted Project

Thu, Mar 9

rovka committed rG99d053a97d18: AMDGPU: Update checks for a couple of tests. NFC (authored by rovka).
AMDGPU: Update checks for a couple of tests. NFC
Thu, Mar 9, 6:09 AM · Restricted Project, Restricted Project

Mon, Feb 27

rovka committed rG44f1cb04e52b: [AMDGPU] Run update scripts on existing tests. NFC (authored by rovka).
[AMDGPU] Run update scripts on existing tests. NFC
Mon, Feb 27, 12:49 AM · Restricted Project, Restricted Project
rovka closed D144639: [AMDGPU] Run update scripts on existing tests. NFC.
Mon, Feb 27, 12:49 AM · Restricted Project, Restricted Project

Feb 23 2023

rovka requested review of D144639: [AMDGPU] Run update scripts on existing tests. NFC.
Feb 23 2023, 4:17 AM · Restricted Project, Restricted Project
rovka committed rGda629d3381f5: [AMDGPU] Add GISel RUN lines to 2 existing tests. NFC (authored by rovka).
[AMDGPU] Add GISel RUN lines to 2 existing tests. NFC
Feb 23 2023, 12:47 AM · Restricted Project, Restricted Project
rovka closed D144555: [AMDGPU] Add GISel RUN lines to 2 existing tests. NFC.
Feb 23 2023, 12:47 AM · Restricted Project, Restricted Project

Feb 22 2023

rovka requested review of D144555: [AMDGPU] Add GISel RUN lines to 2 existing tests. NFC.
Feb 22 2023, 5:21 AM · Restricted Project, Restricted Project

Feb 17 2023

rovka added a comment to D144176: [AMDGPU] Add cross-project-tests for WMMA builtins.

Thanks for catching those :)

Feb 17 2023, 12:23 AM · Restricted Project, Restricted Project
rovka committed rG58dada5f0aad: [AMDGPU] Add cross-project-tests for WMMA builtins (authored by rovka).
[AMDGPU] Add cross-project-tests for WMMA builtins
Feb 17 2023, 12:21 AM · Restricted Project
rovka closed D144176: [AMDGPU] Add cross-project-tests for WMMA builtins.
Feb 17 2023, 12:21 AM · Restricted Project, Restricted Project

Feb 16 2023

rovka updated the diff for D144176: [AMDGPU] Add cross-project-tests for WMMA builtins.

Include new tests in check-all

Feb 16 2023, 3:36 AM · Restricted Project, Restricted Project
rovka added a comment to D144176: [AMDGPU] Add cross-project-tests for WMMA builtins.

cross-project-tests is new to me, but this certainly looks pretty useful - thanks!

Feb 16 2023, 2:43 AM · Restricted Project, Restricted Project
rovka added a reviewer for D144176: [AMDGPU] Add cross-project-tests for WMMA builtins: Restricted Project.
Feb 16 2023, 2:32 AM · Restricted Project, Restricted Project
rovka requested review of D144176: [AMDGPU] Add cross-project-tests for WMMA builtins.
Feb 16 2023, 2:30 AM · Restricted Project, Restricted Project
rovka committed rG819dfc338bdd: [AMDGPU] Autogenerate checks for several tests. NFCI (authored by rovka).
[AMDGPU] Autogenerate checks for several tests. NFCI
Feb 16 2023, 1:55 AM · Restricted Project, Restricted Project, Restricted Project

Jan 30 2023

rovka added a comment to D142279: [cmake] Use LLVM_ENABLE_ASSERTIONS to enable assertions in libstdc++.

I've investigated a bit more. It's a difference between libstdc++-11 and libstdc++-12, caused by this patch:

https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=a54ce8865a885bca5ab9c4aa6ec725cd13c09901

Previously a failed assertion would print a message with __builtin_printf. Now it prints a message by calling __glibcxx_assert_fail which is defined in the library.

What's the way forward for the flang runtime library? Can we disable libstdc++ assertions? Can we provide our own implementation of __glibcxx_assert_fail?

Jan 30 2023, 2:25 AM · Restricted Project, Restricted Project
rovka added a comment to D142279: [cmake] Use LLVM_ENABLE_ASSERTIONS to enable assertions in libstdc++.

Sorry, I just noticed this, I'll have a look.

Jan 30 2023, 12:39 AM · Restricted Project, Restricted Project

Jan 24 2023

rovka accepted D142021: AMDGPU/GlobalISel: Add stub custom regbankselect pass.

Thanks for the updates, LGTM with nits.

Jan 24 2023, 6:12 AM · Restricted Project, Restricted Project

Jan 19 2023

rovka accepted D142009: GlobalISel: Split main function of RegBankSelect up.

Smaller functions FTW, regardless of whether or not we ever override them :)

Jan 19 2023, 1:50 AM · Restricted Project, Restricted Project
rovka added a comment to D142021: AMDGPU/GlobalISel: Add stub custom regbankselect pass.

Why do we need a new pass? Could we achieve the same goals with a new RegBankSelect mode instead? (Sorry if this was discussed somewhere else and I missed it, in any case I think the commit message should either explain the rationale or point to wherever it's been discussed)

Jan 19 2023, 1:36 AM · Restricted Project, Restricted Project

Jan 18 2023

rovka committed rG0a85c531fc5c: [GlobalISel] Detect splats built with G_CONCAT_VECTORS (authored by rovka).
[GlobalISel] Detect splats built with G_CONCAT_VECTORS
Jan 18 2023, 1:57 AM · Restricted Project, Restricted Project
rovka committed rG544e02906a48: Fix typo. NFC (authored by rovka).
Fix typo. NFC
Jan 18 2023, 1:56 AM · Restricted Project, Restricted Project
rovka closed D141902: [GlobalISel] Detect splats built with G_CONCAT_VECTORS.
Jan 18 2023, 1:56 AM · Restricted Project, Restricted Project
rovka updated the diff for D141902: [GlobalISel] Detect splats built with G_CONCAT_VECTORS.

Add tests with undef

Jan 18 2023, 1:39 AM · Restricted Project, Restricted Project
rovka added inline comments to D141902: [GlobalISel] Detect splats built with G_CONCAT_VECTORS.
Jan 18 2023, 1:28 AM · Restricted Project, Restricted Project

Jan 17 2023

rovka added a comment to D141902: [GlobalISel] Detect splats built with G_CONCAT_VECTORS.

This should make it easier to match complex immediates for certain
instructions on AMDGPU, where for instance a <8 x s16> will be split
before instruction selection into a G_CONCAT_VECTORS of <2 x s16>
splats.

I don't quite understand when this would be useful. If <8 x s16> is split up into <2 x s16> pieces during legalization, because only the latter is legal, then why would we still have a G_CONCAT_VECTORS with result type <8 x s16>? What operations would use that result? Do you have an example in mind?

Jan 17 2023, 4:14 AM · Restricted Project, Restricted Project
rovka added a comment to rGf702c75995db: [utils][filecheck-lint] Add filecheck-lint, a linter for FileCheck directives..

This looks very cool! Are there any plans to run it during the pre-merge checks?

Jan 17 2023, 2:04 AM · Restricted Project, Restricted Project
rovka added reviewers for D141902: [GlobalISel] Detect splats built with G_CONCAT_VECTORS: Restricted Project, aemerson, paquette.
Jan 17 2023, 12:48 AM · Restricted Project, Restricted Project
rovka requested review of D141902: [GlobalISel] Detect splats built with G_CONCAT_VECTORS.
Jan 17 2023, 12:47 AM · Restricted Project, Restricted Project

Jan 13 2023

rovka added a comment to D138323: [TableGen] RegisterInfo backend - Add abstraction layer between code generation logic and syntax output.

Wouldn't this break the 'open-close principle' and 'Interface segregation principle' ?

Indeed it does. How about removing the PrinterInterface and make the PrinterLLVM the base class for all extensions (and mark its methods as virtual). Other Printers inherit from PrinterLLVM and override the methods needed?
This wouldn't be a big change, but also keep the printing logic in one place and not spread around the backends.

Jan 13 2023, 2:07 AM · Restricted Project, Restricted Project
rovka committed rG2004ab422a01: MachineIRBuilder: Add buildMergeValues. NFC (authored by rovka).
MachineIRBuilder: Add buildMergeValues. NFC
Jan 13 2023, 12:46 AM · Restricted Project, Restricted Project
rovka committed rGf95a5fbe7ce1: MachineIRBuilder: Rename buildMerge. NFC (authored by rovka).
MachineIRBuilder: Rename buildMerge. NFC
Jan 13 2023, 12:46 AM · Restricted Project, Restricted Project
rovka committed rG0f831aa805da: GlobalISel: s/Op/Instr in some places. NFC (authored by rovka).
GlobalISel: s/Op/Instr in some places. NFC
Jan 13 2023, 12:46 AM · Restricted Project, Restricted Project
rovka closed D141373: MachineIRBuilder: Add buildMergeValues. NFC.
Jan 13 2023, 12:46 AM · Restricted Project, Restricted Project
rovka closed D141372: MachineIRBuilder: Rename buildMerge. NFC.
Jan 13 2023, 12:45 AM · Restricted Project, Restricted Project

Jan 11 2023

rovka added a comment to D141372: MachineIRBuilder: Rename buildMerge. NFC.

Tiny driveby bikeshed (feel free to ignore): buildMergeLikeInstr? It is longer, but Op seems to more commonly mean "Operand" here (save for some stuff like buildAssertOp).

I'm not a huge fan of the "Op" part either, but there is a precedent for it in the GMergeLikeOp wrapper class.

Jan 11 2023, 1:41 AM · Restricted Project, Restricted Project
rovka added a comment to D141372: MachineIRBuilder: Rename buildMerge. NFC.

Tiny driveby bikeshed (feel free to ignore): buildMergeLikeInstr? It is longer, but Op seems to more commonly mean "Operand" here (save for some stuff like buildAssertOp).

Jan 11 2023, 12:25 AM · Restricted Project, Restricted Project

Jan 10 2023

rovka added a comment to D141372: MachineIRBuilder: Rename buildMerge. NFC.

Thanks for the quick review! I'm going to leave this around until tomorrow, in case anyone wants to bikeshed about the new name.

Jan 10 2023, 4:37 AM · Restricted Project, Restricted Project
rovka added inline comments to D141373: MachineIRBuilder: Add buildMergeValues. NFC.
Jan 10 2023, 4:35 AM · Restricted Project, Restricted Project
rovka added reviewers for D141373: MachineIRBuilder: Add buildMergeValues. NFC: Restricted Project, paquette, aemerson.
Jan 10 2023, 4:29 AM · Restricted Project, Restricted Project
rovka added reviewers for D141372: MachineIRBuilder: Rename buildMerge. NFC: Restricted Project, paquette, aemerson.
Jan 10 2023, 4:28 AM · Restricted Project, Restricted Project
rovka requested review of D141373: MachineIRBuilder: Add buildMergeValues. NFC.
Jan 10 2023, 4:25 AM · Restricted Project, Restricted Project
rovka requested review of D141372: MachineIRBuilder: Rename buildMerge. NFC.
Jan 10 2023, 4:24 AM · Restricted Project, Restricted Project

Jan 5 2023

rovka added inline comments to D140965: [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE.
Jan 5 2023, 3:21 AM · Restricted Project, Restricted Project
rovka committed rG6ee4f253b2c4: [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE (authored by rovka).
[GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE
Jan 5 2023, 1:31 AM · Restricted Project, Restricted Project
rovka closed D140965: [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE.
Jan 5 2023, 1:31 AM · Restricted Project, Restricted Project
rovka updated the diff for D140965: [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE.

Rebase.

Jan 5 2023, 1:30 AM · Restricted Project, Restricted Project
rovka added inline comments to D140965: [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE.
Jan 5 2023, 1:29 AM · Restricted Project, Restricted Project
rovka committed rG22924bd48dce: [GlobalISel] Don't switch opcodes in MIRBuilder::buildInstr (authored by rovka).
[GlobalISel] Don't switch opcodes in MIRBuilder::buildInstr
Jan 5 2023, 1:10 AM · Restricted Project, Restricted Project
rovka closed D140964: [GlobalISel] Don't switch opcodes in MIRBuilder::buildInstr.
Jan 5 2023, 1:10 AM · Restricted Project, Restricted Project
rovka added a comment to D140964: [GlobalISel] Don't switch opcodes in MIRBuilder::buildInstr.

We should have a separate buildMergeValues and buildMerge could use a less confusing name

Jan 5 2023, 1:04 AM · Restricted Project, Restricted Project
rovka committed rG61c5775b36eb: [GlobalISel] Precommit a test for D140965 (authored by rovka).
[GlobalISel] Precommit a test for D140965
Jan 5 2023, 1:00 AM · Restricted Project, Restricted Project

Jan 4 2023

rovka committed rGd1067071e26a: MachineIRBuilder.h: Fix typo. NFC (authored by rovka).
MachineIRBuilder.h: Fix typo. NFC
Jan 4 2023, 5:09 AM · Restricted Project, Restricted Project
rovka added a comment to D140964: [GlobalISel] Don't switch opcodes in MIRBuilder::buildInstr.

This patch simplifies the API of MachineIRBuilder so that the
buildInstr method does the least surprising thing (i.e. builds an instruction
with the specified opcode) and only the convenience buildX methods
(buildMerge etc) are allowed freedom over which opcode to use.

I like this!

Does this patch actually fix any missed CSE opportunities?

Jan 4 2023, 3:52 AM · Restricted Project, Restricted Project
rovka requested review of D140965: [GlobalISel] Add G_BUILD_VECTOR[_TRUNC] to CSE.
Jan 4 2023, 2:40 AM · Restricted Project, Restricted Project
rovka requested review of D140964: [GlobalISel] Don't switch opcodes in MIRBuilder::buildInstr.
Jan 4 2023, 2:38 AM · Restricted Project, Restricted Project

Oct 21 2022

rovka added a comment to D136090: Handle errors in expansion of response files.

Nice tests! :) I have one microscopic nit and one question (because I don't know an awful lot about config files). Thanks for working on this.

Oct 21 2022, 7:46 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
rovka added inline comments to D136090: Handle errors in expansion of response files.
Oct 21 2022, 6:25 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
rovka committed rG36799dfd519c: [flang] Rename hypotf on MSVC platforms (authored by rovka).
[flang] Rename hypotf on MSVC platforms
Oct 21 2022, 2:10 AM · Restricted Project, Restricted Project
rovka closed D135853: [flang] Rename hypotf on MSVC platforms.
Oct 21 2022, 2:09 AM · Restricted Project, Restricted Project
rovka added a comment to D135853: [flang] Rename hypotf on MSVC platforms.

Thanks! Looks good to me, though, if/when we have multiple such cases we will need to simplify the addition of function names and their mappings.

Oct 21 2022, 1:35 AM · Restricted Project, Restricted Project

Oct 20 2022

rovka updated the diff for D135853: [flang] Rename hypotf on MSVC platforms.

Address review comments.
Thanks for the feedback :)

Oct 20 2022, 1:39 AM · Restricted Project, Restricted Project

Oct 13 2022

rovka added a comment to D135853: [flang] Rename hypotf on MSVC platforms.

Hi! This is a rework of https://reviews.llvm.org/D134860

Oct 13 2022, 12:30 AM · Restricted Project, Restricted Project
rovka requested review of D135853: [flang] Rename hypotf on MSVC platforms.
Oct 13 2022, 12:28 AM · Restricted Project, Restricted Project

Oct 7 2022

rovka committed rG71ff2a7cbf31: Update RELEASE_TESTERS.TXT (authored by rovka).
Update RELEASE_TESTERS.TXT
Oct 7 2022, 1:37 AM · Restricted Project, Restricted Project

Sep 30 2022

rovka abandoned D134860: [flang] Add platform-specific intrinsic lowering.

Right, I see what you mean. I'll rework this, thanks!

Sep 30 2022, 3:48 AM · Restricted Project, Restricted Project

Sep 29 2022

rovka added inline comments to D130513: [Flang] Add -fconvert option to swap endianness for unformatted files.
Sep 29 2022, 1:25 AM · Restricted Project, Restricted Project, Restricted Project
rovka added reviewers for D134860: [flang] Add platform-specific intrinsic lowering: vzakhari, DavidTruby.
Sep 29 2022, 1:23 AM · Restricted Project, Restricted Project
rovka added a comment to D134860: [flang] Add platform-specific intrinsic lowering.

I'm planning to add more tests (see TODO), but I thought it would be good to get some general feedback on the approach first. @Meinersbur had also suggested adding a hypotf to the runtime when compiling for Windows, but this approach seems more flexible and straightforward to me. Other opinions welcome, thanks!

Sep 29 2022, 1:23 AM · Restricted Project, Restricted Project
rovka requested review of D134860: [flang] Add platform-specific intrinsic lowering.
Sep 29 2022, 1:15 AM · Restricted Project, Restricted Project

Sep 27 2022

rovka accepted D133561: [flang] Add Sparc support to Optimizer/CodeGen/Target.cpp.
In D133561#3808337, @ro wrote:

This doesn't have any tests, could you please add some? If memory holds, you should be able to add some RUN/CHECK lines here: https://github.com/llvm/llvm-project/blob/main/flang/test/Fir/target-rewrite-complex.fir

The new testcase PASSes on sparcv9-sun-solaris2.11 and sparc64-unknown-linux-gnu. However, for 32-bit sparc it runs into an assertion failure

Assertion failed: llvm::all_of(types, [](Type t) { return t; }) && "attempting to construct a TypeRange with null types", file /vol/llvm/src/llvm-project/local/mlir/lib/IR/TypeRange.cpp, line 20

and I don't yet see what's wrong. Any suggestions or do I need to run a full Debug build to investigate?

Sep 27 2022, 2:51 AM · Restricted Project, Restricted Project

Sep 20 2022

rovka added a comment to D130513: [Flang] Add -fconvert option to swap endianness for unformatted files.

IMO this is a reasonable approach, I only have a few nits.

Sep 20 2022, 4:50 AM · Restricted Project, Restricted Project, Restricted Project

Sep 16 2022

rovka added a comment to D133554: [flang] Add *BSD support to Optimizer/CodeGen/Target.cpp.

Hi, I have a couple of questions:

  • Are you actually testing on all these platforms? I don't think I've seen any BSD binaries for LLVM 15.
  • Do you plan to add any buildbots with flang on *BSD?
  • How different is the ABI from plain Linux? Will you need any changes in the handling of Complex / Character types (see the target-rewrite-* tests like this one) ?
Sep 16 2022, 1:26 AM · Restricted Project, Restricted Project

Sep 15 2022

rovka added a comment to D133561: [flang] Add Sparc support to Optimizer/CodeGen/Target.cpp.

This doesn't have any tests, could you please add some? If memory holds, you should be able to add some RUN/CHECK lines here: https://github.com/llvm/llvm-project/blob/main/flang/test/Fir/target-rewrite-complex.fir

Sep 15 2022, 7:06 AM · Restricted Project, Restricted Project

Sep 13 2022

rovka committed rTedc9be64895f: [Fortran] adding a new test now that CMake supports LLVMFlang (authored by cabreraam).
[Fortran] adding a new test now that CMake supports LLVMFlang
Sep 13 2022, 5:42 AM · Restricted Project
rovka closed D130734: [Fortran] adding a new test now that CMake supports LLVMFlang.
Sep 13 2022, 5:42 AM · Restricted Project

Sep 8 2022

rovka added a comment to D130734: [Fortran] adding a new test now that CMake supports LLVMFlang.

I do not yet have commit access! How do I go about requesting that?

Sep 8 2022, 11:27 PM · Restricted Project

Sep 5 2022

rovka accepted D130734: [Fortran] adding a new test now that CMake supports LLVMFlang.

LGTM! Thanks for putting up with so many rounds of review. I have 2 more nits, but you don't have to submit another diff. Do you have commit access?

Sep 5 2022, 12:31 AM · Restricted Project

Sep 1 2022

rovka added a comment to D130734: [Fortran] adding a new test now that CMake supports LLVMFlang.

Thanks for getting back to this, it's starting to look very nice and slender! :) I have a few more comments, all pretty minor.

Sep 1 2022, 3:02 AM · Restricted Project

Aug 29 2022

rovka accepted D132651: [Windows on Arm] Don't use an env var for the msvc compatibility version.

LGTM.

Aug 29 2022, 12:26 AM · Restricted Project

Aug 23 2022

rovka added a comment to D132351: Fix AArch64 SVE bots.

@gkistanova Can we please have a buildmaster restart to include this? This should fix the failures we're seeing on https://lab.llvm.org/buildbot/#/builders/197
Thanks & sorry about the trouble!

Aug 23 2022, 12:44 AM · Restricted Project, Restricted Project
rovka requested review of D132442: [docs][Fortran] Document FCVS_ALLOW_FLEXIBLE_OUTPUT.
Aug 23 2022, 12:41 AM · Restricted Project, Restricted Project
rovka committed rTd2d142c91d2d: [Fortran] Relax relative tolerance for FCVS tests (authored by rovka).
[Fortran] Relax relative tolerance for FCVS tests
Aug 23 2022, 12:40 AM · Restricted Project
rovka closed D128261: [Fortran] Relax relative tolerance for FCVS tests.
Aug 23 2022, 12:40 AM · Restricted Project, Restricted Project

Aug 22 2022

rovka committed rZORGa304da25ab5a: Fix AArch64 SVE bots (authored by rovka).
Fix AArch64 SVE bots
Aug 22 2022, 3:42 AM · Restricted Project
rovka closed D132351: Fix AArch64 SVE bots.
Aug 22 2022, 3:42 AM · Restricted Project, Restricted Project
rovka requested review of D132351: Fix AArch64 SVE bots.
Aug 22 2022, 12:57 AM · Restricted Project, Restricted Project

Aug 19 2022

rovka added a reverting change for rTf024050c4cb4: Revert "[Fortran] Re-enable FCVS FM905 & FM907": rT736324639728: Reland "[Fortran] Re-enable FCVS FM905 & FM907".
Aug 19 2022, 12:43 AM · Restricted Project
rovka committed rT736324639728: Reland "[Fortran] Re-enable FCVS FM905 & FM907" (authored by rovka).
Reland "[Fortran] Re-enable FCVS FM905 & FM907"
Aug 19 2022, 12:43 AM · Restricted Project

Aug 18 2022

rovka added reviewers for D130734: [Fortran] adding a new test now that CMake supports LLVMFlang: rovka, Meinersbur.
Aug 18 2022, 3:57 AM · Restricted Project