[PATCH] D129149: [OMPIRBuilder] Add support for simdlen clause

Prabhdeep Soni via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 11:06:57 PDT 2022


psoni2628 marked 8 inline comments as done.
psoni2628 added inline comments.


================
Comment at: clang/test/OpenMP/irbuilder_simdlen.cpp:1
+// RUN: %clang_cc1 -no-opaque-pointers -fopenmp-enable-irbuilder -verify -fopenmp -fopenmp-version=45 -x c++ -triple x86_64-unknown-unknown -emit-llvm %s -o - | FileCheck %s
+// expected-no-diagnostics
----------------
jdoerfert wrote:
> The check lines look auto-generated and then modified by hand. Why is that?
I originally took `irbuilder_simd.cpp` and modified it to include `simdlen`.  I have now auto-generated the check lines.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129149/new/

https://reviews.llvm.org/D129149



More information about the cfe-commits mailing list