Files
clang-p2996/llvm/lib/Transforms/Utils/SCCPSolver.cpp
hanbeom 861caf9b31 [SCCP] Remove LoadInst if it loaded from Constant GlobalVariable (#107245)
This patch removes the `LoadInst` when it loaded from Constant
GlobalVariable. This allows `canRemoveInstruction` function to be
removed.
2024-09-06 10:16:30 +02:00

79 KiB