[jit] Avoid licm for volatile variables, ssa ignores them so we can't detect whenever...
authorZoltan Varga <vargaz@gmail.com>
Wed, 4 Jun 2014 23:56:12 +0000 (01:56 +0200)
committerZoltan Varga <vargaz@gmail.com>
Wed, 4 Jun 2014 23:56:28 +0000 (01:56 +0200)
commit9932336e7b298c2b411aa9ac0d9ab28cc0d049bd
tree5276e1192eea445fee98adc3f37d0c30eadf980f
parenta2c3c36768846236bc78bf857458701f317399ec
[jit] Avoid licm for volatile variables, ssa ignores them so we can't detect whenever they are loop invariant by looking at phi nodes.
mono/mini/ssa.c