[llvm] [X86][MC] Allow to specify any of the 8/16/32/64 register names interchangeably for R16-R31 (PR #73421)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 26 17:43:38 PST 2023


================
@@ -817,6 +817,22 @@ MCRegister llvm::getX86SubSuperRegister(MCRegister Reg, unsigned Size,
         NO_SUB_SUPER(13, R13B)
         NO_SUB_SUPER(14, R14B)
         NO_SUB_SUPER(15, R15B)
+        NO_SUB_SUPER(16, R16B)
----------------
KanRobert wrote:

Good suggestion. Done.

https://github.com/llvm/llvm-project/pull/73421


More information about the llvm-commits mailing list