Preserve the invariant that offset reported in the case of a
PartialAlias between Loc1 and Loc2, is such that Loc1 + Offset = Loc2, where
Loc1 and Loc2 are the first and the second argument, respectively, in alias queries.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60 ms | x64 debian > LLVM.Bindings/Go::go.test |
Event Timeline
llvm/unittests/Analysis/AliasAnalysisTest.cpp | ||
---|---|---|
364–366 | Thanks! |
llvm/unittests/Analysis/AliasAnalysisTest.cpp | ||
---|---|---|
364–366 | Sorry, I was wrong here - you indeed need separate test where Loc1 is not GEP. |
clang-format: please reformat the code