[all-commits] [llvm/llvm-project] 5cfc7b: [PowerPC] Add test after #75271 on PPC. NFC. (#75616)
Kai Luo via All-commits
all-commits at lists.llvm.org
Mon Dec 25 08:22:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cfc7b3342ce4de0bbe182b38baa8a71fc83f8f8
https://github.com/llvm/llvm-project/commit/5cfc7b3342ce4de0bbe182b38baa8a71fc83f8f8
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
A llvm/test/CodeGen/PowerPC/coalescer-remat-with-undef-implicit-def-operand.mir
Log Message:
-----------
[PowerPC] Add test after #75271 on PPC. NFC. (#75616)
Demonstrate `IMPLICIT_DEF implicit-def ...` can be generated after
coalescing on PPC.
The case is reduced from failure in #75570. The failure is triggered
after #75271 .
More information about the All-commits
mailing list