Displaying 5 results from an estimated 5 matches for "ihcinihsdk".
2012 Apr 25
0
[LLVMdev] About Scalar Evolution Pass and SCEVAddRecExpr
...hod can be used to compute the exit value for a variable defined
/// in a loop by querying what the value will hold in the parent loop.
///
/// In the case that a relevant loop exit value cannot be computed, the
/// original value V is returned.
best regards
ether
On Wed, Apr 25, 2012 at 5:16 PM, ihcinihsdk <ali28 at wisc.edu> wrote:
>
> Hi,
> I wonder how many of you are familiar with scalar evolution pass. I met a
> problem regarding to the SCEVAddRecExpr. Say for the code:
> const int N = 100;
> int a[N];
> for(int i=0;i<N;i++) a[i] = 0;
> For the access of a[i], th...
2012 Apr 25
2
[LLVMdev] About Scalar Evolution Pass and SCEVAddRecExpr
Hi,
I wonder how many of you are familiar with scalar evolution pass. I met a
problem regarding to the SCEVAddRecExpr. Say for the code:
const int N = 100;
int a[N];
for(int i=0;i<N;i++) a[i] = 0;
For the access of a[i], the pass will transform this a[i] to a
SCEVAddRecExpr <@a, +, sizeof(int)><BB_Name>, which means the access of the
array `a' starts from the address `a' and
2012 Jun 23
2
[LLVMdev] State of 'llvm.pcmarker' Intrinsic
Hi,
I'm also working on a tool in which I'd like to know the instruction PCs. So
for now, the intrinsic is still not supported on x86?
-Ang
--
View this message in context: http://llvm.1065342.n5.nabble.com/State-of-llvm-pcmarker-Intrinsic-tp31677p46619.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Jun 23
0
[LLVMdev] State of 'llvm.pcmarker' Intrinsic
On Sat, Jun 23, 2012 at 3:17 PM, ihcinihsdk <ali28 at wisc.edu> wrote:
> Hi,
>
> I'm also working on a tool in which I'd like to know the instruction PCs.
> So
> for now, the intrinsic is still not supported on x86?
>
No, but it's very easy to implement.
Andrew
> -Ang
>
> --
> View this me...
2012 Jun 23
1
[LLVMdev] State of 'llvm.pcmarker' Intrinsic
Hi Andrew,
So do you know on which architectures is this intrinsic implemented? Thank
you!
-Ang
--
View this message in context: http://llvm.1065342.n5.nabble.com/State-of-llvm-pcmarker-Intrinsic-tp31677p46621.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.