Displaying 5 results from an estimated 5 matches for "incptr".
2015 Jun 02
3
[LLVMdev] BasicAA unable to analyze recursive PHI nodes
Hi all,
I came across the following limitation in our BasicAliasAnalysis. This
happens with the following IR pattern:
%x = phi [ %incptr, ... ] [ %var, ... ]
%incptr = getelementptr %x, 1
We will basically always return MayAlias for %x and any other value
because aliasPHI recurses on the first value and gives up.
There are, however, many cases where this is too conservative.
Take the following example:
typedef struct {
unsig...
2015 Jun 10
2
[LLVMdev] BasicAA unable to analyze recursive PHI nodes
...e:
> On Tue, 2 Jun 2015 11:32:13 -0500 Tobias Edler von Koch
> <tobias at codeaurora.org> wrote:
>
>> Hi all,
>>
>> I came across the following limitation in our BasicAliasAnalysis. This
>> happens with the following IR pattern:
>>
>> %x = phi [ %incptr, ... ] [ %var, ... ]
>> %incptr = getelementptr %x, 1
>>
>> We will basically always return MayAlias for %x and any other value
>> because aliasPHI recurses on the first value and gives up.
>
> Patch now posted as http://reviews.llvm.org/D10368
>
> Tobias
>...
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...at each step.
+ * If we find any deviations, then this packet is bad.
+ */
+#define NAKCIBRIDGELINEID(opt, neg, code) \
+ if (go->neg && \
+ ((cilen = p[1]) == CILEN_BRIDGELINEID) && \
+ len >= cilen && \
+ p[0] == opt) { \
+ len -= cilen; \
+ INCPTR(2, p); \
+ GETSHORT(cishort, p); \
+ no.neg = 1; \
+ code \
+ }
+
+#define NAKCIMACADDR(opt, neg, code) \
+ if (go->neg && \
+ ((cilen = p[1]) == CILEN_MACADDR) && \
+ len >= cilen && \
+ p[0] == opt) { \
+ len -= cilen; \
+ INCPTR(2, p);...
2015 Jun 11
2
[LLVMdev] BasicAA unable to analyze recursive PHI nodes
...> <tobias at codeaurora.org> wrote:
>> >
>> >> Hi all,
>> >>
>> >> I came across the following limitation in our BasicAliasAnalysis. This
>> >> happens with the following IR pattern:
>> >>
>> >> %x = phi [ %incptr, ... ] [ %var, ... ]
>> >> %incptr = getelementptr %x, 1
>> >>
>> >> We will basically always return MayAlias for %x and any other value
>> >> because aliasPHI recurses on the first value and gives up.
>> >
>> > Patch now posted as...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir,
I was trying to install bridge as we are installing
scps gateway in our testbed.This requires us to
install the bridge.
Our Linux version is 2.4.18 ~3 and we are using redhat
7.2
Please let me know which is the bridge I should
install and how to configure it.
Before configuring the bridge what I should check in
my configuration.
Thanks for your time,
Sincerely
Rama
=====
I hear