llvm-project
6f8a363a - [Kaleidoscope] Add mem2reg pass to function pass manager (#119707)

Commit
295 days ago
[Kaleidoscope] Add mem2reg pass to function pass manager (#119707) Kaleidoscope has switched to new pass manager before (#72324), but both code and tutorial document have some missing parts. This pull request fixes the following problems: 1. Adds `PromotePass` to the function pass manager. This pass was removed during the switch from legacy pass manager to the new pass manager. 2. Syncs the tutorial with the code.
Author
Parents
Loading