search for: 67e126fc

Displaying 2 results from an estimated 2 matches for "67e126fc".

2009 Aug 04
0
[LLVMdev] disabling combining load/stores in optimizer.
...optimization suite is unlikely at best, to be honest. --Owen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2620 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090804/67e126fc/attachment.bin>
2009 Aug 04
2
[LLVMdev] disabling combining load/stores in optimizer.
> > We are currently doing this, however I think disabling such > > optimizations is a much better solution. > > An LLVM design goal is that backends should be able to outsmart > instcombine when necessary, rather than having instcombine be able > to disable parts of itself in order to avoid foiling the backends. > Practicality sometimes steers elsewhere of course.