This commit extends tbaa.cpp to just make sure that tbaa markers are not
emitted when they should not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/tbaa.cpp | ||
---|---|---|
57 ↗ | (On Diff #60543) | Would it just be simpler to do: // NO-TBAA-NOT: !tbaa at the top of the file? |
test/CodeGen/tbaa.cpp | ||
---|---|---|
57 ↗ | (On Diff #60543) | I'll check that. If it works the patch will become so much simpler! |
Comment Actions
LGTM!
Has this test case been missing from the original commit? If yes, could you point to it please! Thanks!
Comment Actions
The original commit is the support for tbaa, when we added support for tbaa, we check that correct tbaa metadata is generated when tbaa is on, but didn't test the other way (i.e no tbaa metadata if tbaa is off).