From b7632286951f7f7977ebb0ff00a9c7e5dd746153 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Now that we understand the basics of how passes are defined, how the are +
Now that we understand the basics of how passes are defined, how they are used, and how they are required from other passes, it's time to get a little bit fancier. All of the pass relationships that we have seen so far are very simple: one pass depends on one other specific pass to be run before it can run. -- 2.34.1