search for: doesntaccessmemoryt

Displaying 2 results from an estimated 2 matches for "doesntaccessmemoryt".

Did you mean: doesnotaccessmemory
2005 Apr 28
3
[LLVMdev] Floating point instructions patch
...here is my patch that includes sqrt, sin and cos also. The only thing missing is expansion to lib calls for these node types for targets that don't support them... I'm sure someone who understands the LLVM internals a bit better than me can add that in no time ;) I also noticed that the DoesntAccessMemoryTable in BasicAliasAnalysis.cpp includes "sinh", "cosh" and friends -- as far as I know, these can actually set errno so they should not be in the table... Here is the patch, hope to see it applied soon! m. -------------- next part -------------- An embedded and charset-unspeci...
2005 Apr 28
0
[LLVMdev] Floating point instructions patch
...his could also be used to do a lot of other simplifications and optimizations in the code generator. For #3, just add the llvm intrinsics. For #4, implement it or find someone to do it :) Please lemme know if you have any questions, thanks for the patches! -Chris > I also noticed that the DoesntAccessMemoryTable in BasicAliasAnalysis.cpp > includes "sinh", "cosh" and friends -- as far as I know, these can actually > set errno so they should not be in the table... You're right, I should not believe man pages. Fixed, thanks! -Chris -- http://nondot.org/sabre/ http://l...