This is an archive of the discontinued LLVM Phabricator instance.

[flang][fir] Upstream FIR code gen tests and test tool
AbandonedPublic

Authored by schweitz on Jan 25 2021, 3:19 PM.

Details

Summary

FIR code gen tests and test tool.

  1. Adds a number of tests for FIR code gen.
  2. Updates the code gen test tool: tco.
  3. Stub out references in some of the code that has already been upstreamed to lowering. These refer to code that is being replaced, and these files will be updated subsequently. [These were moved to D95630 so they could be front loaded.]

A history of all these sources, including all contributors, previous reviews and revisions, etc., can be found at https://github.com/flang-compiler/f18-llvm-project/

These diffs depend upon D95401.

Diff Detail