[all-commits] [llvm/llvm-project] 8d0992: MCInt: Change dump functions to accept MCContext i...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 29 10:31:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d099271c6ce9b9073104f5e2aaf3e06a750b84a
https://github.com/llvm/llvm-project/commit/8d099271c6ce9b9073104f5e2aaf3e06a750b84a
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M llvm/include/llvm/MC/MCInst.h
M llvm/lib/MC/MCInst.cpp
Log Message:
-----------
MCInt: Change dump functions to accept MCContext instead of MCRegiserInfo
* MCContext is more accessible to callers.
* With MCContext available, printExpr can be used to print an MCExpr (MCOperand::print) seamlessly.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list