[PATCH] D50819: Add support for AVX-512 CodeView Registers

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 15 16:31:13 PDT 2018


rnk added inline comments.


================
Comment at: llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def:270
+
+CV_REGISTER(CVRegAMD64_YMM16, 710)
+CV_REGISTER(CVRegAMD64_YMM17, 711)
----------------
As a follow up after you land this, I want to remove this CVReg prefix from the .def file that was added in rL333421. @JDevlieghere  I don't like how it affects our dumped output. Instead the enum should token paste CVReg onto each register name.


https://reviews.llvm.org/D50819





More information about the llvm-commits mailing list