[PATCH] D48225: [llvm-mca][X86] Teach how to identify register writes that implicitly clear the upper portion of a super-register.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 11:03:18 PDT 2018


craig.topper added a comment.

So as it is now, writing a VR128X with XOP will zero [511:256] and [255:128], but writing VR256X with xop won't?


https://reviews.llvm.org/D48225





More information about the llvm-commits mailing list