[PATCH] D30810: Preserve vec3 type.

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 07:45:51 PST 2017


Anastasia added a comment.

Could you please add your test here (probably goes to test/CodeGenOpenCL)?



================
Comment at: include/clang/Driver/CC1Options.td:661
+def fpreserve_vec3_type : Flag<["-"], "fpreserve-vec3-type">,
+  HelpText<"Preserve 3-component vector type operations">;
+
----------------
Can we drop "operations"?


https://reviews.llvm.org/D30810





More information about the cfe-commits mailing list