[llvm] [Analysis][LV] Map LLVM values to source level expression (PR #66591)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 03:17:30 PDT 2023
nikic wrote:
I don't think I will have time to review this, but as a quick note, when I tried building this it did not compile:
```
llvm/lib/Analysis/SourceExpressionAnalysis.cpp: In member function ‘std::string llvm::LoadStoreSourceExpression::getSourceExpression(llvm::Value*)’:
/root/llvm-compile-time-tracker/llvm-project/llvm/lib/Analysis/SourceExpressionAnalysis.cpp:153:19: error: ‘class llvm::Value’ has no member named ‘getNameOrAsOperand’
153 | return Operand->getNameOrAsOperand();
| ^~~~~~~~~~~~~~~~~~
```
And I just saw that the buildkite job also failed with a different compilation error:
```
/var/lib/buildkite-agent/builds/linux-56-7f758798dd-khkmx-1/llvm-project/github-pull-requests/llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp:47:19: error: no matching constructor for initialization of 'LoopAccessInfo'
```
Can you please resolve the compilation failures?
https://github.com/llvm/llvm-project/pull/66591
More information about the llvm-commits
mailing list