[flang-commits] [clang] [flang] [flang] Changes to "unsafe Cray pointers" option (PR #175223)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Fri Jan 9 11:14:09 PST 2026


================
@@ -289,7 +289,7 @@ In order to disable optimizations that assume that there is no aliasing between
 Cray pointer targets and entities they alias with, add the TARGET attribute to
 variables aliasing with a Cray pointer (the `target` variable in this example).
 
-There is also a flag `-mmlir -funsafe-cray-pointers` which causes the compiler
+There is also a flag `-funsafe-cray-pointers` which causes the compiler
----------------
eugeneepshteyn wrote:

`-funsafe-cray-pointers` is supported by flang driver.

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


More information about the flang-commits mailing list