[PATCH] D155824: [LoongArch] Support -march=native and -mtune=

Lu Weining via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 08:29:50 PDT 2023


SixWeining added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:138-143
+- Patchable function entry (``-fpatchable-function-entry``) is now supported
+  on LoongArch.
+- Unaligned memory accesses can be toggled by ``-m[no-]unaligned-access`` or the
+  aliases ``-m[no-]strict-align``.
+- Non ``$``-prefixed GPR names (e.g. ``r4`` and ``a0``) are allowed in inlineasm
+  like GCC does.
----------------
These are not for this change. (They have be cleaned up after the llvm18-init tag). I will revert it. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155824/new/

https://reviews.llvm.org/D155824



More information about the cfe-commits mailing list