This is an archive of the discontinued LLVM Phabricator instance.

[TestValueOfVectorVariable] Reduce the vector size to 4.
ClosedPublic

Authored by sivachandra on Oct 9 2015, 2:51 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sivachandra updated this revision to Diff 36994.Oct 9 2015, 2:51 PM
sivachandra retitled this revision from to [TestValueOfVectorVariable] Reduce the vector size to 4..
sivachandra updated this object.
sivachandra added a reviewer: mohit.bhakkad.
sivachandra added a subscriber: lldb-commits.

I am not very familiar with the watchpoint logic. I think it is not smart enough (yet) to figure that a vector of 16 elements which are 2 bytes each can be watched using the 4 watchpoint registers on x86. I could be wrong, in which case I would be glad to accept suggestions to fix this test on x86(_64).

I am going to push this to get the bots back to green.

This revision was automatically updated to reflect the committed changes.