[llvm-dev] Removing IPConstantPropagation.cpp (original) (raw)
Florian Hahn via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 27 03:40:06 PDT 2020
- Previous message: [llvm-dev] Documentation corrections
- Next message: [llvm-dev] Removing IPConstantPropagation.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
As far as I know, the ipconstprop pass has not been actively used in years and ipsccp has been used instead. This has the potential for confusion and sometimes leads people to spend time finding & reporting bugs as well as updating it to work with the latest API changes.
If there are people actively using it, I would love to hear.
If no-ones using it, I’d propose to remove the dead code: https://reviews.llvm.org/D84447
Cheers, Florian
- Previous message: [llvm-dev] Documentation corrections
- Next message: [llvm-dev] Removing IPConstantPropagation.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]