[all-commits] [llvm/llvm-project] 74e772: [PowerPC] fixup killed flags for ri + addi to ri t...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Wed Apr 7 19:04:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74e77295e75412ddba74c16d0f0766dfb5b67e89
https://github.com/llvm/llvm-project/commit/74e77295e75412ddba74c16d0f0766dfb5b67e89
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/test/CodeGen/PowerPC/convert-ri-addi-to-ri.mir
Log Message:
-----------
[PowerPC] fixup killed flags for ri + addi to ri transformation
Fixup killed flags if DefMI and MI are not in the same basic blocks.
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D100023
More information about the All-commits
mailing list