[all-commits] [llvm/llvm-project] 9d8e83: [MC] Add the ability to pass MCRegisterInfo to dum...
Hendrik Greving via All-commits
all-commits at lists.llvm.org
Fri May 14 18:25:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d8e83b50e45db98af83b4003b628a70066e64d3
https://github.com/llvm/llvm-project/commit/9d8e83b50e45db98af83b4003b628a70066e64d3
Author: Hendrik Greving <hgreving at google.com>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M llvm/include/llvm/MC/MCInst.h
M llvm/lib/MC/MCInst.cpp
Log Message:
-----------
[MC] Add the ability to pass MCRegisterInfo to dump_pretty.
Adds the ability to pass MCRegisterInfo to dump_pretty and to the print functions,
so that if present, target specific enums names are printed instead of enum values.
More information about the All-commits
mailing list