ponyc icon indicating copy to clipboard operation
ponyc copied to clipboard

Update optimization to use the new optimization pass manager

Open chalcolith opened this issue 4 years ago • 1 comments
trafficstars

Per https://llvm.org/docs/ReleaseNotes.html the LLVM legacy pass manager is going away after LLVM 14. We should update genopt.cc and gengit.cc to use the new optimization pass manager.

chalcolith avatar Sep 07 '21 22:09 chalcolith

Note that there is currently a big problem with the new pass manager: https://llvm.discourse.group/t/rust-newpm-blocker-catastrophic-inlining/6171

chalcolith avatar Jan 31 '22 15:01 chalcolith