[all-commits] [llvm/llvm-project] d5ae03: [SystemZ] Properly register machine passes.
Kai Nacke via All-commits
all-commits at lists.llvm.org
Fri Jan 21 06:11:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5ae039ed7b84bf767d15417a3e9bf61f982257b
https://github.com/llvm/llvm-project/commit/d5ae039ed7b84bf767d15417a3e9bf61f982257b
Author: Kai Nacke <kai.nacke at de.ibm.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZ.h
M llvm/lib/Target/SystemZ/SystemZCopyPhysRegs.cpp
M llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
M llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
M llvm/lib/Target/SystemZ/SystemZLongBranch.cpp
M llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp
M llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
M llvm/lib/Target/SystemZ/SystemZTDC.cpp
M llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
Log Message:
-----------
[SystemZ] Properly register machine passes.
Registering the passes enables use of -stop-before=/-stop-after
options.
Reviewed By: uweigand
Differential Revision: https://reviews.llvm.org/D117823
More information about the All-commits
mailing list