We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f8c84 commit eb0c96cCopy full SHA for eb0c96c
llvm/unittests/Analysis/IR2VecTest.cpp
@@ -30,7 +30,9 @@ namespace {
30
class TestableEmbedder : public Embedder {
31
public:
32
TestableEmbedder(const Function &F, const Vocabulary &V) : Embedder(F, V) {}
33
- Embedding computeEmbeddings(const Instruction &I) const override {}
+ Embedding computeEmbeddings(const Instruction &I) const override {
34
+ return Embedding();
35
+ }
36
};
37
38
TEST(EmbeddingTest, ConstructorsAndAccessors) {
0 commit comments