[all-commits] [llvm/llvm-project] 7aebe4: [CodeGen] Move lowerCopy from expandPostRA to TII
Yashwant Singh via All-commits
all-commits at lists.llvm.org
Mon Jul 3 20:48:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7aebe4eaaa10155dc3c36196a8ce8424beefa6da
https://github.com/llvm/llvm-project/commit/7aebe4eaaa10155dc3c36196a8ce8424beefa6da
Author: Yashwant Singh <Yashwant.Singh at amd.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
Log Message:
-----------
[CodeGen] Move lowerCopy from expandPostRA to TII
This will allow targets to lower their 'copy' instructions easily.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D152261
More information about the All-commits
mailing list