aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/asm.py
diff options
context:
space:
mode:
authorValentin Clement <clementval@gmail.com>2022-01-28 22:39:44 +0100
committerValentin Clement <clementval@gmail.com>2022-01-28 22:39:58 +0100
commite1a12767ee628e179efc8733449f98018a686b4d (patch)
tree55bbb95fafa4788b7af53838ec18d29cce0b8983 /llvm/utils/UpdateTestChecks/asm.py
parentb62e5928e452c7f0fd8c5885d15fd9eededce3d2 (diff)
downloadllvm-e1a12767ee628e179efc8733449f98018a686b4d.zip
llvm-e1a12767ee628e179efc8733449f98018a686b4d.tar.gz
llvm-e1a12767ee628e179efc8733449f98018a686b4d.tar.bz2
[flang] Initial lowering for empty program
This patch enable lowering from Fortran to FIR for a basic empty program. It brings all the infrastructure needed for that. As discussed previously, this is the first patch for lowering and follow up patches should be smaller. With this patch we can lower the following code: ``` program basic end program ``` To a the FIR equivalent: ``` func @_QQmain() { return } ``` Follow up patch will add lowering of more complex constructs. Reviewed By: kiranchandramohan, schweitz, PeteSteinfeld Differential Revision: https://reviews.llvm.org/D118436
Diffstat (limited to 'llvm/utils/UpdateTestChecks/asm.py')
0 files changed, 0 insertions, 0 deletions