From 7ce09f1dd99f9126f75011675e90807f2f041418 Mon Sep 17 00:00:00 2001 From: Adarsh Date: Mon, 19 Aug 2024 22:28:11 +0530 Subject: [PATCH] Removed Pass library section from Midend Signed-off-by: Adarsh --- midend/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/midend/README.md b/midend/README.md index ae463b9520c..95d48fdb8c4 100644 --- a/midend/README.md +++ b/midend/README.md @@ -21,5 +21,3 @@ These passes are not used in the front-end, but are still largely architecture-i --> The mid-end stage applies further optimizations to the IR of the P4 program. It's architecture-independent, it is driven by policies specific to the target architecture. The mid-end uses the same base IR as the front-end and includes the following passes: -## Pass Library: -The mid-end uses optimization passes to refine the IR, enhancing efficiency for the back-end.