[PATCH] D38480: CodeView: Provide a .def file with the register ids
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 17:04:20 PDT 2017
rnk added inline comments.
================
Comment at: include/llvm/DebugInfo/CodeView/CodeViewRegisters.def:240
+
+CV_REGISTER(AMD64_XMM8, 252)
+CV_REGISTER(AMD64_XMM9, 253)
----------------
Does anything prevent us from removing the AMD64_ prefix?
https://reviews.llvm.org/D38480
More information about the llvm-commits
mailing list