[flang-commits] [flang] f2bd7ac - [flang][NFC] Update document with current status

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Mon Oct 31 01:46:38 PDT 2022


Author: Valentin Clement
Date: 2022-10-31T09:45:47+01:00
New Revision: f2bd7acacdd46443fecafd1722c21181a1bac4a4

URL: https://github.com/llvm/llvm-project/commit/f2bd7acacdd46443fecafd1722c21181a1bac4a4
DIFF: https://github.com/llvm/llvm-project/commit/f2bd7acacdd46443fecafd1722c21181a1bac4a4.diff

LOG: [flang][NFC] Update document with current status

fir.dispatch codegen was done in D136189.

Added: 
    

Modified: 
    flang/docs/PolymorphicEntities.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/PolymorphicEntities.md b/flang/docs/PolymorphicEntities.md
index c7a14249f4ef4..d7ca0cee62379 100644
--- a/flang/docs/PolymorphicEntities.md
+++ b/flang/docs/PolymorphicEntities.md
@@ -861,7 +861,6 @@ Current list of TODOs in lowering:
 
 Current list of TODOs in code generation:
 
-- `flang/lib/Optimizer/CodeGen/CodeGen.cpp:897` not yet implemented: fir.dispatch codegen
 - `flang/lib/Optimizer/CodeGen/CodeGen.cpp:911` not yet implemented: fir.dispatch_table codegen
 - `flang/lib/Optimizer/CodeGen/CodeGen.cpp:924` not yet implemented: fir.dt_entry codegen
 - `flang/lib/Optimizer/CodeGen/CodeGen.cpp:2651` not yet implemented: fir.gentypedesc codegen


        


More information about the flang-commits mailing list