[all-commits] [llvm/llvm-project] 320474: [M68k] Register MIR Passes with the PassRegistry
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Tue May 9 11:12:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3204740bde796fc37251acddb7b3e123c0ec9196
https://github.com/llvm/llvm-project/commit/3204740bde796fc37251acddb7b3e123c0ec9196
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M llvm/lib/Target/M68k/M68k.h
M llvm/lib/Target/M68k/M68kCollapseMOVEMPass.cpp
M llvm/lib/Target/M68k/M68kExpandPseudo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kTargetMachine.cpp
Log Message:
-----------
[M68k] Register MIR Passes with the PassRegistry
In order to use the -stop-before/after infrastructure. Also remove the
creator function for M68kConvertMOVToMOVMPass, which has never been
created.
NFC.
More information about the All-commits
mailing list