diff options
author | zhijian lin <zhijian@ca.ibm.com> | 2025-06-13 09:19:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 09:19:10 -0400 |
commit | 9c2e0bd59ce0438fcad61b0468fd939c6282d048 (patch) | |
tree | c717182bb8673753ec73b68241fe17b2da2657e6 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 6ca31ad720ba32bff3664af218ec2d3c29bdd1b0 (diff) | |
download | llvm-9c2e0bd59ce0438fcad61b0468fd939c6282d048.zip llvm-9c2e0bd59ce0438fcad61b0468fd939c6282d048.tar.gz llvm-9c2e0bd59ce0438fcad61b0468fd939c6282d048.tar.bz2 |
[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;
}
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions