[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,96 @@
+; Testfile that verifies positive case (0 or 1 only) for BCD builtins national2packed, packed2zoned and zoned2packed.
----------------
redstar wrote:
Since this is a new test I think we should strive for using `update_llc_test_checks.py` to generate the `CHECK:` lines.
https://github.com/llvm/llvm-project/pull/142723
More information about the llvm-commits
mailing list