Ironically, tessellation will probably improve AA quality.
Namely, currently a lot of geometry detail is simulated with bumpmapping and parallax occlusion map techniques.
Since MSAA only works on polygon edges basically, this simulated geometry detail does not benefit from AA.
With tessellation, you get actual polygon detail, so MSAA has a lot more polygon edges to perform its magic on.