Closed
Description
- Removing the dead instruction without salvaging the debug value info in
hoistGEP
:
llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
Line 2543 in 393c783
Code example: https://godbolt.org/z/b3331YxE8
- Removing the dead instruction without salvaging the debug value info in
hoistAdd
:
llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
Line 2597 in 393c783
Code example: https://godbolt.org/z/TbjdP5Y1d
- Removing the dead instruction without salvaging the debug value info in
hoistSub
:
llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
Line 2675 in 393c783
Code example: https://godbolt.org/z/h3veE8fj9
- Removing the dead instruction without salvaging the debug value info in
hoistBOAssociation
:
llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
Lines 2882 to 2883 in 393c783
Code example: https://godbolt.org/z/9nE7Tob6E