RE: D31417: [OpenMP] Add support for omp simd pragmas without runtime

2017-10-02 Thread Tian, Xinmin via cfe-commits
Yes, actually, I will have a meeting with ARM team on this. Xinmin -Original Message- From: Hal Finkel via Phabricator [mailto:revi...@reviews.llvm.org] Sent: Monday, October 2, 2017 4:19 PM To: graham.hun...@arm.com; kkw...@gmail.com; Tian, Xinmin ; a.bat...@hotmail.com Cc: hfin...@a

RE: D30739: [OpenMP] "declare simd" for AArch64 Advanced SIMD.

2017-03-23 Thread Tian, Xinmin via cfe-commits
What is the error in the spec? Thanks, Xinmin -Original Message- From: Francesco Petrogalli via Phabricator [mailto:revi...@reviews.llvm.org] Sent: Thursday, March 23, 2017 10:29 AM To: francesco.petroga...@arm.com; cber...@us.ibm.com; acja...@us.ibm.com; hahnf...@itc.rwth-aachen.de; a

RE: D30739: [OpenMP] "declare simd" for AArch64 Advanced SIMD.

2017-03-21 Thread Tian, Xinmin via cfe-commits
The current infrastructure for vector names generation works only for function definition. Ideally we should implement it also for function definition provided by external libraries Right, we need to fix that to support #pragma omp declare simd on function declaration as well to