[llvm] [AArch64] Add assembly/disaasembly of atomic ld/st (PR #112892)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 05:36:13 PDT 2024
================
@@ -10378,6 +10378,78 @@ defm : PromoteBinaryv8f16Tov4f32<any_fdiv, FDIVv4f32>;
defm : PromoteBinaryv8f16Tov4f32<any_fmul, FMULv4f32>;
defm : PromoteBinaryv8f16Tov4f32<any_fsub, FSUBv4f32>;
+//===----------------------------===//
+// 2024 Architecture Extensions:
----------------
Lukacma wrote:
Changed the comment completely to specify, what kind of instruction it includes instead
https://github.com/llvm/llvm-project/pull/112892
More information about the llvm-commits
mailing list