Displaying 5 results from an estimated 5 matches for "fstore".
Did you mean:
store
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
...t. Then dse-partial-store-merging does its magic and
> optimizes the sub-stores away. But it's fairly ugly to manually have to
> add superflous stores in the right granularity (a larger llvm.memset
> doesn't work).
>
> gcc, since 7, detects such cases in its "new" -fstore-merging pass.
>
> - Andres
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &...
2007 Jul 17
0
Problem building R with Sun Studio Compiler on SLES 9 SP3
In a previous thread I had problems on openSuse 10.2 building R with optimisation and discovered that if I wanted
optimisation I need to turn on
-fstore -fsimple1 (the first is to force storage on some Fortran routines , the second is to ensure IEEE arithmetic,
with some optimisation).
That worked for my desktop. The real problem is to work on our servers (Opterons running SLES9SP3)
Make works fine but make check fails in
base-Ex.R on IO, speci...
2018 Sep 10
2
Byte-wide stores aren't coalesced if interspersed with other stores
Hi,
I have, in postres, a piece of IR that, after inlining and constant
propagation boils (when cooked on really high heat) down to (also
attached for your convenience):
source_filename = "pg"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
define void @evalexpr_0_0(i8* align 8 noalias, i32* align 8 noalias) {
2013 Jun 12
1
IPA Client Install
...Error on installation is the following
$ ipa-client-install
Traceback (most recent call last):
File "/usr/sbin/ipa-client-install", line 2323, in <module>
sys.exit(main())
File "/usr/sbin/ipa-client-install", line 2309, in main
rval = install(options, env, fstore, statestore)
File "/usr/sbin/ipa-client-install", line 1684, in install
ret = ds.search(domain=options.domain, servers=options.server, hostname=hostname, ca_cert_path=get_cert_path(options.ca_cert_file))
File "/usr/lib/python2.6/site-packages/ipaclient/ipadiscovery.py",...
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
...t; > > optimizes the sub-stores away. But it's fairly ugly to manually have
> to
> > > add superflous stores in the right granularity (a larger llvm.memset
> > > doesn't work).
> > >
> > > gcc, since 7, detects such cases in its "new" -fstore-merging pass.
> > >
> > > - Andres
> > > _______________________________________________
> > > LLVM Developers mailing list
> > > llvm-dev at lists.llvm.org
> > > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
> > >
>
------...