[clang] [llvm] [PowerPC] Support for Packed BCD conversion builtins (PR #142723)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 12:19:33 PDT 2025
================
@@ -0,0 +1,57 @@
+// Testfile that verifies positive cases (0 or 1 only) for BCD builtins national2packed, packed2zoned and zoned2packed.
----------------
redstar wrote:
I wonder if the `CHECK:` lines could be generated by `update_cc_test_checks.py`.
https://github.com/llvm/llvm-project/pull/142723
More information about the llvm-commits
mailing list