lei added inline comments.
Comment at: clang/test/CodeGen/builtins-ppc-p10vector.c:12
+// RUN: -target-cpu pwr10 -triple powerpc64le-unknown-unknown -emit-llvm %s \
+// RUN: -o - | FileCheck %s -check-prefix=CHECK-LE
+
biplmish wrote:
> lei wrote:
> > I just
biplmish marked an inline comment as done.
biplmish added inline comments.
Comment at: clang/test/CodeGen/builtins-ppc-p10vector.c:12
+// RUN: -target-cpu pwr10 -triple powerpc64le-unknown-unknown -emit-llvm %s \
+// RUN: -o - | FileCheck %s -check-prefix=CHECK-LE
+
-
lei added inline comments.
Comment at: clang/test/CodeGen/builtins-ppc-p10vector.c:12
+// RUN: -target-cpu pwr10 -triple powerpc64le-unknown-unknown -emit-llvm %s \
+// RUN: -o - | FileCheck %s -check-prefix=CHECK-LE
+
I just noticed this. There is no need t
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0939e04e4176: [PowerPC] Implement Vector Insert Builtins in
LLVM/Clang (authored by biplmish, committed by lei).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLV