[flang-commits] [clang] [flang] [flang] Changes to "unsafe Cray pointers" option (PR #175223)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Fri Jan 9 13:42:37 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
----------------
tarunprabhu wrote:
nit
```suggestion
There is also a flag, `-funsafe-cray-pointers`, which causes the compiler
```
https://github.com/llvm/llvm-project/pull/175223
More information about the flang-commits
mailing list