[flang-commits] [clang] [flang] [flang] Add -f[no-]vectorize flags (PR #119718)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Tue Feb 18 08:48:39 PST 2025


================
@@ -3986,11 +3986,15 @@ defm assumptions : BoolFOption<"assumptions",
           "Disable codegen and compile-time checks for C++23's [[assume]] attribute">,
   PosFlag<SetTrue>>;
 
+
+let Visibility = [ClangOption, FlangOption] in {
----------------
tarunprabhu wrote:

> You'd hope that if this did change visibility for cl-mode and dxc-mode, and someone was relying on it, it would break a test somewhere 😅

Hope springs eternal ... 😆 

https://github.com/llvm/llvm-project/pull/119718


More information about the flang-commits mailing list