"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "261d2343028e3439842dcedbb00165b63bf19697"
Add support for invariant.start inside the static constructor evaluator. This is
useful to represent a variable that is const in the source but can't be constant in the IR because of a non-trivial constructor. If globalopt evaluates the constructor, and there was an invariant.start with no matching invariant.end possible, it will mark the global constant afterwards. llvm-svn: 150794
Loading
Please register or sign in to comment