similar to: Instruction Combine Cast (fptrunc (floor x)) -> (floor (fptrunc x))

Displaying 20 results from an estimated 4000 matches similar to: "Instruction Combine Cast (fptrunc (floor x)) -> (floor (fptrunc x))"

2017 Mar 17
2
Instruction Combine Cast (fptrunc (floor x)) -> (floor (fptrunc x))
> On Mar 17, 2017, at 06:31, Hal Finkel via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Shiva, > > Thanks for reporting this. It looks like a bug to me (from r292855). Can you file a bug report? Matt, can you fix this? > > -Hal https://reviews.llvm.org/D31107
2015 Nov 14
3
Fwd: After installation
---------- Forwarded message ---------- From: *Siva Prasad Nath* <shivaprasadnath21 at gmail.com> Date: Saturday, November 14, 2015 Subject: After installation To: centos-devel at centos.org Hi, I installed Centos. After login as root I can see the config file. Please advice me about the next step. With regards, Shiva -- Shiva Prasad Nath 92981134 -- Shiva Prasad Nath 92981134
2015 Nov 14
1
After installation
Agree with you. Can you email me the link? On Saturday, November 14, 2015, Eero Volotinen <eero.volotinen at iki.fi> wrote: > How about reading the documentation and learning the basics. You are not > going to get step by step instructions. > > Eero > 14.11.2015 4.16 ap. "Siva Prasad Nath" <shivaprasadnath21 at gmail.com > <javascript:;>> >
2013 Jul 28
2
[LLVMdev] IntrinsicLowering::AddPrototypes
It seems that several intrinsics are missing from this routine. In particular, floor, which was causing problems in the mips16 port. Is there some reason to not add the ones that are missing? For example, adding the following fixed my problem with floor. case Intrinsic::floor: EnsureFPIntrinsicsExist(M, I, "floorf", "floor", "floor");
2015 Nov 13
2
Fresh installation using usb
Hi, I am trying to install Centos 7 on Dell poweredge server. It prompts i8042 controller not found. After that screen was not moving. With regards, Shiva -- Shiva Prasad Nath 92981134
2015 Nov 13
2
Fresh installation using usb
? 20151113_123827.mp4 <https://drive.google.com/file/d/0BwbqyaG4rXrCUXNfTWI3ZEk4N1k/view?usp=drive_web> ?We are using R630. Do you think it is better to install from DVD? Few times I waited for a long time. Bar was not moving in the screen. Please refer to the video. On Friday, November 13, 2015, Eero Volotinen <eero.volotinen at iki.fi> wrote: > what is model of your poweredge
2015 Nov 21
3
Urgent Help
My boot folder has only rescue vm. How to get actual vm? Shiva Prasad Nath 92981134 On Sun, Nov 22, 2015 at 12:43 AM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > Using rescue mode or some other rescuecd.. > > Eero > 21.11.2015 6.41 ip. "Siva Prasad Nath" <shivaprasadnath21 at gmail.com> > kirjoitti: > > > Hi, > > From yesterday my
2013 Mar 21
0
[LLVMdev] fptrunc and undefined results
Hi, The LangRef says this about fptrunc: "The ‘fptrunc‘ instruction truncates a value from a larger floating point type to a smaller floating point type. If the value cannot fit within the destination type, ty2, then the results are undefined." What does it mean for the value to "fit within the destination type"? For instance, is the value of %Inf = fptrunc double
2020 Mar 31
2
Machine learning and compiler optimizations: using inter-procedural analysis to select optimizations
Hi Johannes: 1. Attached is the submitted PDF. 2. I have a notes section where I state: I am still unsure of the GPU extension I proposed as I dont know how LLVM plays into the GPU cross over space like how nvcc (Nvidia's compiler integrates gcc and PTX) does.I dont know if there is a chance that function graphs in the CPU+GPU name spaces are seamless/continupus within nvcc or if nvcc is just
2008 Mar 11
1
[LLVMdev] Rounding Mode for fptrunc Instruction
Hi, What is the rounding mode for the fptrunc instruction? Round to zero? Round to nearest? Or undefined? Regards, Jon
2013 Jul 28
0
[LLVMdev] IntrinsicLowering::AddPrototypes
Ooops... Ignore this previous mail. The problem still exists with this change. On 07/28/2013 02:36 PM, reed kotler wrote: > It seems that several intrinsics are missing from this routine. > > In particular, floor, which was causing problems in the mips16 port. > > Is there some reason to not add the ones that are missing? > > For example, adding the following fixed my
2013 Jul 29
1
[LLVMdev] IntrinsicLowering::AddPrototypes
On Sun, Jul 28, 2013 at 3:02 PM, Reed Kotler <rkotler at mips.com> wrote: > Ooops... Ignore this previous mail. > > The problem still exists with this change. > > > On 07/28/2013 02:36 PM, reed kotler wrote: > >> It seems that several intrinsics are missing from this routine. >> >> In particular, floor, which was causing problems in the mips16 port.
2013 Oct 30
2
Re: Using certtool to generate certificates for ESXi
Hi Daniel, thanks for the reply - The procedure I use is the same as I use for XenServer, and the certificate exchange works just fine. The only thing I'm a bit unclear on, is the location of the CA cert, which in the case of XenServer, I simply put it in /etc/pki/CA. And when I start the libvirtd daemon, it successfully picks it up. If I put the Server key and cert in /etc/vmware/ssl for
2020 Mar 31
2
Machine learning and compiler optimizations: using inter-procedural analysis to select optimizations
1. Thanks for the clarifications. I will stick to non-containerized OS X for now. 2. As an aside, I did try to build a Debian docker container by git cloning into it and using the Dockerfile in LLVM/utils/docker as a starting point: - some changes needed to updated packages (GCC in particular needs to be latest) and the Debian image (Debian 9 instead of Debian 8) pretty much sets up the docker
2015 Nov 24
3
Unit network.service has failed
Sorry for disturbing all of you again and again. Network service cannot be started. All the commands are not working. How to start network service?net-tool already exists. -- Shiva Prasad Nath 92981134
2007 Nov 22
4
reg vhost in apache
Hi all, I am facing one problem in configuration of httpd-vhosts. my requirment is if url comes from servername (i.e http://sutra) it should redirect to my home page.if url comes from serverAlias(i.e http://sutrateam) it should go to advance search page....if any one knows how to do pls help me below file is my vhost file <VirtualHost *:80> ServerName sutra ServerAlias
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi I'm having a problem compiling opus-tools-0.1.7. Version opus-tools-0.1.6 seems to compile OK. I've tried with opus-1.0.3 and opus-1.1-beta. The errors are like this:- "undefined reference to `sqrtf'" etc. This OS is Peppermint Three, similar to Ubuntu 12.04. It uses:- gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Google says it's maybe something to do
2004 Aug 30
2
FW: Observations
Hi Sunil, I'm looking into this thread now. Does this mean we cannot use FTP option to copy OCFS files to ext3? If so, is there any ftp version available for OCFS, similar to cp --o_direct? Also, is there any version of sync available for OCFS (in normal FS, sync does a refresh of FS from kernel cache so that the FS is consistent). By this can we say that the FS shard by both nodes is
2015 Nov 22
2
Urgent Help
On Sat, Nov 21, 2015 at 9:31 PM, Siva Prasad Nath <shivaprasadnath21 at gmail.com> wrote: > I am from application back ground. I never worked on Linux. I follow some > steps which posted on internet. > I update Kernel from centos rescue cd option. But boot did not update.Is it > a bug in Centos? > How did you update the kernel exactly? > On Sunday, November 22, 2015,
2015 Nov 25
1
IP table Restore
How much I have to pay? Shiva Prasad Nath 92981134 On Wed, Nov 25, 2015 at 4:01 PM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > How about learning the basics? Commercial support is also available, if you > really need some one to fix your server. > > > > -- > Eero > > 2015-11-25 9:51 GMT+02:00 Siva Prasad Nath <shivaprasadnath21 at gmail.com>: >