[llvm] [PowerPC] Implement paddis (PR #161572)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 07:49:58 PST 2025
================
@@ -7,10 +7,10 @@
paddi 1, 1, 32, 1
# CHECK: error: invalid operand for instruction
-pld 1, 32(1), 1
+paddis 10, 5, 1000000000, 1
----------------
lei137 wrote:
There is actually no need for different versions of these error files since no cpu specific info is needed. The run lines are same as in `ppc64-errors.s`. I will put up a separate PR to merge the 2 and then update this PR to add the error checking to the combined error file. Thx!
https://github.com/llvm/llvm-project/pull/161572
More information about the llvm-commits
mailing list