search for: dl

Displaying 20 results from an estimated 3215 matches for "dl".

Did you mean: dpl
2009 Dec 01
4
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
...N->getOperand(1); EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); EVT ShTy = Amt.getValueType(); unsigned NVTBits = NVT.getSizeInBits(); assert(isPowerOf2_32(NVTBits) && "Expanded integer type size not a power of two!"); DebugLoc dl = N->getDebugLoc(); // Get the incoming operand to be shifted. SDValue InL, InH; GetExpandedInteger(N->getOperand(0), InL, InH); SDValue NVBitsNode = DAG.getConstant(NVTBits, ShTy); SDValue Amt2 = DAG.getNode(ISD::SUB, dl, ShTy, NVBitsNode, Amt); SDValue Cmp = DAG.getSetCC(dl, T...
2009 Dec 01
0
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
On Mon, Nov 30, 2009 at 7:22 PM, Javier Martinez <javier at jmartinez.org> wrote: > Hello, > > I'm working in adding support for 64-bit integers to my target. I'm using > LLVM to decompose the 64-bit integer operations by using 32-bit registers > wherever possible and emulating support where not. When looking at the bit > shift decomposition I saw what seems to be a
2018 Apr 10
1
64 bit mask in x86vshuffle instruction
...ell me whether the following implementation is correct..... My target supports 64 bit mask means immediate(0-2^63) I have implemented it but i dont know whether its correct or not. Please see the changes below that i have made in x86isellowering.cpp static SDValue lower2048BitVectorShuffle(const SDLoc &DL, ArrayRef<int> Mask, MVT VT, SDValue V1, SDValue V2, const SmallBitVector &Zeroable, const X86Subtarget &Subtarget,...
2009 May 21
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...PM, Dan Gohman <gohman at apple.com> wrote: > Can you explain why you chose the approach of using a new pass? > I pictured removing LegalizeDAG's type legalization code would > mostly consist of finding all the places that use TLI.getTypeAction > and just deleting code for handling its Expand and Promote. Are you > anticipating something more complicated? Consider the case of an illegal operation (like division) on a <2 x i64> on x86-32. If we unroll it, the result has to go through type legalization. Therefore, if we want to remove the type legalization code f...
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 1:34 PM, Eli Friedman wrote: > On Wed, May 20, 2009 at 1:19 PM, Eli Friedman > <eli.friedman at gmail.com> wrote: > >> Per subject, this patch adding an additional pass to handle vector >> >> operations; the idea is that this allows removing the code from >> >> LegalizeDAG that handles illegal types, which should be a significant >> >> simplification. There are still some issues with this patch, but >> does >> >> the...
2019 May 08
3
youtube-dl No module named 'pkg_resources'
youtube-dl doesn't work for me after a recent update. I do not use it often, so do not know whether the update matters. It gives the error message: Traceback (most recent call last): File "/usr/bin/youtube-dl", line 6, in <module> from pkg_resources import load_entry_point ModuleNo...
2009 May 21
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...<gohman at apple.com> wrote: >> Can you explain why you chose the approach of using a new pass? >> I pictured removing LegalizeDAG's type legalization code would >> mostly consist of finding all the places that use TLI.getTypeAction >> and just deleting code for handling its Expand and Promote. Are you >> anticipating something more complicated? > > Consider the case of an illegal operation (like division) on a <2 x > i64> on x86-32.  If we unroll it, the result has to go through type > legalization.  Therefore, if we want to remove the t...
2010 Jan 06
1
Re: Lingoes 2
...ne. :? > > Can a big master of wine test? > > > > Also posted a bug (http://bugs.winehq.org/show_bug.cgi?id=19678) on bugzilla. > > > > Hope I did it well. > > > I don't know that I qualify as a "big master of wine," but the app needs mfc42u.dll (I copied it from my XP partition) and winetricks ie6 before installing. The app seems mostly functional. Icons aren't displayed properly, but they do work. Can you explain step by step, how i can do this because i am a linux newbie user thank you in advance
2019 Jul 03
2
optimisation issue in an llvm IR pass
Hello, I have an optimisation issue in an llvm IR pass - the issue being that unnecessary instructions are generated in the final assembly (with -O3). I want to create the following assembly snippet: mov dl,BYTE PTR [rsi+rdi*1] add dl,0x1 adc dl,0x0 mov BYTE PTR [rsi+rdi*1],dl however what is created is (variant #1): mov dl,BYTE PTR [rsi+rdx*1] add dl,0x1 cmp dl,0x1 // <- not needed adc dl,0x0 mov BYTE PTR [rsi+rdi*1],dl in variant #2 the following is crea...
2010 Aug 05
1
problem with dl tag in tools::Rd2HTML
I think tools::Rd2HTML has a problem with the dl tag. Under some conditions, <p> and </p>, and <dl> and </dl> are not nested correctly. Here is an example from the "options" doc file: -- <p> <dl> <dt><code>save.defaults</code>, <code>save.image.defaults</code>:</dt>...
2019 Jul 03
3
optimisation issue in an llvm IR pass
...Value(SumWithOverflowBit, 0), IRB.CreateZExt(IRB.CreateExtractValue(SumWithOverflowBit, 1), Int8Ty)); but that generated exactly the same as auto cf = IRB.CreateICmpULT(Incr, ConstantInt::get(Int8Ty, 1)); Incr = IRB.CreateAdd(Incr, cf); All the above create (with llvm 6.0, 7 and 8): mov dl,BYTE PTR [rsi+rdi*1] mov ecx,edx // <- not needed add cl,0x1 // <- should be done to dl instead adc dl,0x1 mov BYTE PTR [rsi+rdi*1],dl Thanks! Regards, Marc > > ~Craig > > > On Wed, Jul 3, 2019 at 4:01 AM Marc via llvm-dev > <llvm-dev at lists.llvm...
2011 Aug 28
3
[Bug 741] New: ULOGD segfaults on init
http://bugzilla.netfilter.org/show_bug.cgi?id=741 Summary: ULOGD segfaults on init Product: ulogd Version: SVN (please provide timestamp) Platform: i386 OS/Version: other Status: NEW Severity: blocker Priority: P5 Component: ulogd_MYSQL AssignedTo: netfilter-buglog at lists.netfilter.org
2019 May 08
1
youtube-dl No module named 'pkg_resources'
On Wed, 8 May 2019, Nux! wrote: > How did you install it? Most recently yum reinstall youtube-dl > I'm using their binary and it works great, just tested it. > > https://ytdl-org.github.io/youtube-dl/download.html > ----- Original Message ----- >> From: "Michael Hennebry" <hennebry at web.cs.ndsu.nodak.edu> >> To: "CentOS mailing list" &l...
2010 Nov 04
0
[HP, FS] SolidWorks 2010 SP4.0 Update Multilanguage x64 ISO
...10 Win64 (Composition similar to the folder Win32) 4) After upgrading the kernel and run the appropriate dopmoduley cracks kernel dopmoduley folder _SolidSQUAD_ [Image: http://files.solidworks.com/InternalMarketing/PressRoom/HeavyEq/bucyrus2.jpg ] DOWNLOAD Hotfile: Code: http://hotfile.com/dl/80163282/7253e22/SW010SP4UPON64MLISOLZ.part01.rar.html http://hotfile.com/dl/80163487/b16e579/SW010SP4UPON64MLISOLZ.part02.rar.html http://hotfile.com/dl/80163818/4d76e26/SW010SP4UPON64MLISOLZ.part03.rar.html http://hotfile.com/dl/80164023/24fe8af/SW010SP4UPON64MLISOLZ.part04.rar.html http://hotfil...
2010 Oct 31
1
Autodesk AutoCaD 2011 / 64 Bit / Multilangual + Keygen
...language folder (es-ES or fr-FR or pt-BR)in the "en-US" folder and overwrite. 3- go into x86 folder and do the same thing. 4- launch "setup.exe" 5- choose "english" as install language (but it will be yours!) Enjoy! DOWNLOAD Hotfile: Code: http://hotfile.com/dl/79422030/6bd8d3a/ADAutoCAD2011_64bit.part01.rar.html http://hotfile.com/dl/79422223/7a886b3/ADAutoCAD2011_64bit.part02.rar.html http://hotfile.com/dl/79422410/bf3763a/ADAutoCAD2011_64bit.part03.rar.html http://hotfile.com/dl/79422589/3905154/ADAutoCAD2011_64bit.part04.rar.html http://hotfile.com/dl...
2013 Apr 20
4
warning: dl() [function.dl]: xapian: Unable to initialize module Module compiled with module API=20050922
I installed xapian core on Centos system. On execution, I get this error message: "warning: dl() [function.dl]: xapian: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in /usr/share/php/xapian.php on line 22." PHP 5.2.16 (cli) (built: Dec 17 2010 1...
2014 Jul 11
2
[LLVMdev] Lowering to return multiple values: codeGen, instruction write one value to the input register.
Hi All, In XCore backend, I saw “ …... EVT VT = Op.getValueType(); SDValue Data = DAG.getNode(XCoreISD::CRC8, DL, DAG.getVTList(VT, VT), Op.getOperand(1), Op.getOperand(2) , Op.getOperand(3)); SDValue Crc(Data.getNode(), 1); SDValue Results[] = { Crc, Data }; return DAG.getMergeValues(Results, 2, DL); “ which is used to lower an instruction that returns two values. I am...
2010 Oct 31
0
PTC Pro Engineer WildFire V5 M060 WIN32 MAGNiTUDE
...Image: http://i52.tinypic.com/eaf4ub.jpg ] PTC Pro Engineer WildFire V5 M060 WIN32 MAGNiTUDE | 3.07 GB Integrated 3D CAD/CAM/CAE Solutions for Any Size Design Challenge Customer requirements may change and time pressures may continue to mount, but your product design needs remain the same. Regardless of your project's scope, you need a powerful, easy-to-use, affordable solution. Pro/ENGINEER is the standard in 3D product design, featuring industry-leading productivity tools that promote best practices in design while ensuring compliance with your industry and company standards. Integrate...
2013 Jan 18
0
[LLVMdev] llvm backend porting question ,
...ator MI, unsigned SrcReg, bool isKill, int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI ) const { PR_FUNCTION(); DebugLoc DL; if (MI != MBB.end()) DL = MI->getDebugLoc(); MachineFunction &MF = *MBB.getParent();MF.dump(); MachineFrameInfo &MFI = *MF.getFrameInfo(); unsigned Align = MFI.getObjectAlignment(MVT::i8); MachineMemOperand *MMO = MF.getMachineMemOperand(MachinePointerInfo::getFix...
2008 Jul 26
1
yum search prints 13 times the same package results
Hi all Why "yum search" prints 13 times the same results? I enabled according CentOS wiki the RPMforge repository. # yum search youtube-dl Loading "fastestmirror" plugin Loading "priorities" plugin Loading mirror speeds from cached hostfile * rpmforge: ftp-stud.fht-esslingen.de * base: mirror.widexs.nl * updates: archive.cs.uu.nl * addons: mirror.widexs.nl * extras: mirror.widexs.nl 274 packages excluded...