search for: 117ms

Displaying 5 results from an estimated 5 matches for "117ms".

Did you mean: 117m
2016 Jan 24
4
Skip redundant checks in AliasSet::aliasesUnknownInst
...h can be found attached (for example, ViewedInst can become a second parameter of AliasSetTracker::addUnknown ). It passes the LLVM regression tests and helps to reduce the runtime of 'opt -basicaa -licm out.opt.ll’ from 130ms to 67ms and the runtime of 'opt -basicaa -licm out.opt2.ll’ from 117ms to 62ms (out.opt.ll and out.opt2.ll can be found on the following link https://llvm.org/bugs/show_bug.cgi?id=23077). Thank you for the attention! -- Cheers, Roman Gareev. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-...
2016 Jan 27
2
Skip redundant checks in AliasSet::aliasesUnknownInst
..., ViewedInst can become a second parameter of >> AliasSetTracker::addUnknown ). It >> passes the LLVM regression tests and helps to reduce the runtime of >> 'opt -basicaa -licm out.opt.ll’ from 130ms to 67ms and the runtime of >> 'opt -basicaa -licm out.opt2.ll’ from 117ms to 62ms (out.opt.ll and >> out.opt2.ll can be found on the following link >> https://llvm.org/bugs/show_bug.cgi?id=23077). >> >> Thank you for the attention! >> >> -- >> Cheers, Roman Gareev. >> >> ___________...
2015 Dec 12
2
Objects of MemoryLocation class are created for ‘llvm.memset.*‘ intrinsics
2015-12-11 23:44 GMT+05:00 Hal Finkel <hfinkel at anl.gov>: > Hi Roman, > > The MemoryLocation objects are involved in findAliasSetForUnknownInst, but none are created there for the memset intrinsic. MemoryLocation objects are only involved for the regular memory accesses being compared to the unknown instruction. See AliasSet::aliasesUnknownInst in lib/Analysis/AliasSetTracker.cpp.
2008 Sep 22
1
I can't call my remote users?
...d up getting them to hook the phone into a switch that went to the MDF and the phone came online. The strange thing is that the phone would come online and then go offline: [Sep 12 22:11:04] NOTICE[3090]: chan_sip.c:12526 handle_response_peerpoke: Peer '17114-1' is now Reachable. (117ms / 2000ms) -- Registered SIP '17114-3' at 74.46.72.86 port 60725 expires 3600 [Sep 12 22:11:04] NOTICE[3090]: chan_sip.c:12526 handle_response_peerpoke: Peer '17114-2' is now Reachable. (126ms / 2000ms) -- Registered SIP '17114-4' at 74.46.72.86 port 60726 expir...
2016 Jan 27
2
Skip redundant checks in AliasSet::aliasesUnknownInst
...> >> AliasSetTracker::addUnknown ). It > >> passes the LLVM regression tests and helps to reduce the runtime of > >> 'opt -basicaa -licm out.opt.ll’ from 130ms to 67ms and the > runtime of > >> 'opt -basicaa -licm out.opt2.ll’ from 117ms to 62ms (out.opt.ll and > >> out.opt2.ll can be found on the following link > >> https://llvm.org/bugs/show_bug.cgi?id=23077). > >> > >> Thank you for the attention! > >> > >> -- > >>...