If the variable construction can be constant evaluated it doesn't have
side effects, so removing it is always safe. We only try to evaluate
variables that are unused, there should be no impact on compile time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM