search for: 80130

Displaying 1 result from an estimated 1 matches for "80130".

Did you mean: 8013
2014 Dec 29
3
[LLVMdev] LLVM Weekly - #52, Dec 29th 2014
.../80096). These gains come from removing unused intrinsics. Chandler Carruth has followed up with a pleasingly thought-provoking argument on a different approach: [target-specific intrinsics shouldn't exist in the LLVM front or middle-end](http://article.gmane.org/gmane.comp.compilers.llvm.devel/80130). He describes the obvious issues with this, with the most fiddly probably being instruction selection converting appropriate IR to the right target-specific functionality. ## LLVM commits * The SROA (scalar replacement of aggregates) pass has seen some refactoring to, in the future, allow for m...