llvm-project
c71a2e68 - [DebugInfo][RemoveDIs] Remove some debug intrinsic-only codepaths (#143451)

Commit
112 days ago
[DebugInfo][RemoveDIs] Remove some debug intrinsic-only codepaths (#143451) These are opportunistic deletions as more places that make use of the IsNewDbgInfoFormat flag are removed. It should (TM)(R) all be dead code now that `IsNewDbgInfoFormat` should be true everywhere. FastISel: we don't need to do debug-aware instruction counting any more, because there are no debug instructions, Autoupgrade: you can no-longer avoid autoupgrading of intrinsics to records DIBuilder: Delete the code for creating debug intrinsics (!) LoopUtils: No need to handle debug instructions, they don't exist
Author
Parents
Loading