[llvm-commits] [llvm] r159876 - in /llvm/trunk: lib/Transforms/InstCombine/InstructionCombining.cpp test/Transforms/InstCombine/badmalloc.ll test/Transforms/InstCombine/invoke.ll test/Transforms/InstCombine/malloc-free-delete.ll test/Transforms/InstCom

Duncan Sands baldrick at free.fr
Mon Jul 9 09:28:25 PDT 2012


Hi Chris,

>> we already remove volatile stores to alloca's, so why not to heap allocations
>> too?
>
> Where do we do that? I thought we stopped that a long time ago, due to setjmp/longjmp issues.

you are right, the optimizers don't remove volatile stores to alloca's any more.
Sorry for the noise.

Ciao, Duncan.



More information about the llvm-commits mailing list