Displaying 3 results from an estimated 3 matches for "kewen".
Did you mean:
keen
2018 Feb 07
2
Question about using LoopAccessLegacyAnalysis
...ster
static RegisterPass<SkeletonPass> X("test", "test for using the existing pass",
“false",
“false”);
I must be missing something important. Any response would be greatly appreciated!
Thanks,
Kewen
Best regards,
Kewen
2018 Feb 08
0
Question about using LoopAccessLegacyAnalysis
Have you check `LoopAccessLegacyAnalysis::runOnFunction` ran as you expect?
Besides, I am not sure if `LoopAccessLegacyAnalysis::runOnFunction` does
anything useful, have you check that, too?
2018-02-08 1:49 GMT+08:00 Kewen Meng via llvm-dev <llvm-dev at lists.llvm.org>:
> Hi LLVM community,
>
> I am writing a custom pass for analyzing the dependence information for
> the memory access within a loop. I found “LoopAccessLegacyAnalysis” class
> useful, however I m not able to obtain information fro...
2018 Feb 07
0
Question about using LoopAccessLegacyAnalysis
...er
static RegisterPass<SkeletonPass> X("test", "test for using the existing pass",
“false",
“false”);
I must be missing something important. Any response would be greatly appreciated!
Thanks,
Kewen
Best regards,
Kewen