similar to: [LLVMdev] LLVM 3.4 Branch Freeze

Displaying 3 results from an estimated 3 matches similar to: "[LLVMdev] LLVM 3.4 Branch Freeze"

2013 Dec 13
0
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
Bill, et al., There are still a number of open bug reports demonstrating miscompiles on x86 with small/reduced test cases. I propose that we either delay this release until these have been fixed, or plan on a point release in the near future. I recommend that we put out another two release candidates, one at the end of this week, and one after another two weeks or so, to allow for these
2013 Dec 13
3
[LLVMdev] [cfe-dev] LLVM 3.4 Branch Freeze
That’s a long laundry list of bugs there. It would be great to have them fixed, but the reality of the situation is that they won’t be fixed for weeks or more, if at all. And with Christmas coming up, it makes things even worse. There are a few days before Phase III starts to have some progress on them. But if they don’t make it, then we’ll have to release without them. -bw On Dec 12, 2013, at
2014 Aug 30
2
[LLVMdev] Loop vectorizer preamble
Hi Arnold, Nadav, I've been taking a look at the preamble and bailout tests created by the loop vectorizer, and I can't help but feel it could be rather conservative. I'm not a vectorization expert, so I apologise in advance if say something obviously wrong... I'm looking in particular at the overflow check and the trip count computation. From my reading, it goes something like: