[all-commits] [llvm/llvm-project] e89340: [MC] Remove the legacy overload of encodeInstruction
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 9 15:27:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8934075b90a38f9dd3361472e696f11e50a8aa4
https://github.com/llvm/llvm-project/commit/e8934075b90a38f9dd3361472e696f11e50a8aa4
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M llvm/include/llvm/MC/MCCodeEmitter.h
M llvm/lib/MC/MCCodeEmitter.cpp
Log Message:
-----------
[MC] Remove the legacy overload of encodeInstruction
https://reviews.llvm.org/D145791 added a new overload of encodeInstruction.
All in-tree targets have been migrated to use the new overload.
More information about the All-commits
mailing list