[Lldb-commits] [clang] [lldb] [Clang][PowerPC] Add __dmr type and DMF integer calculation builtins (PR #142480)
Lei Huang via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 18 07:48:08 PDT 2025
================
@@ -0,0 +1,184 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
+// RUN: %clang_cc1 -triple powerpc64le-linux-unknown -target-cpu future \
+// RUN: -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple powerpc64le-linux-unknown -target-cpu pwr10 \
+// RUN: -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple powerpc64le-linux-unknown -target-cpu pwr9 \
+// RUN: -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple powerpc64le-linux-unknown -target-cpu pwr8 \
+// RUN: -emit-llvm -o - %s | FileCheck %s
----------------
lei137 wrote:
Since DMR is future specific, do we need run lines on cpu targets that it won't be valid for?
https://github.com/llvm/llvm-project/pull/142480
More information about the lldb-commits
mailing list