[all-commits] [llvm/llvm-project] 9c2e0b: [PowerPC][NFC] Pre-commit test case for checking w...
zhijian lin via All-commits
all-commits at lists.llvm.org
Fri Jun 13 06:19:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c2e0bd59ce0438fcad61b0468fd939c6282d048
https://github.com/llvm/llvm-project/commit/9c2e0bd59ce0438fcad61b0468fd939c6282d048
Author: zhijian lin <zhijian at ca.ibm.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
A llvm/test/CodeGen/PowerPC/mtvsrbmi.ll
Log Message:
-----------
[PowerPC][NFC] Pre-commit test case for checking whether `mtvsrbmi` power10 instruction not used (#143956)
Verify whether the generated assembly for the following function
includes the mtvsrbmi instruction.
vector unsigned char v00FF()
{
vector unsigned char x = { 0xFF, 0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 };
return x;
}
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list