Files
clang-p2996/llvm/test/CodeGen/X86
Takafumi Arakaki 18e6b8234a Allow pointer types for atomicrmw xchg
This adds support for pointer types for `atomic xchg` and let us write
instructions such as `atomicrmw xchg i64** %0, i64* %1 seq_cst`. This
is similar to the patch for allowing atomicrmw xchg on floating point
types: https://reviews.llvm.org/D52416.

Differential Revision: https://reviews.llvm.org/D124728
2022-05-25 16:20:26 +00:00
..
2022-05-20 16:28:05 +01:00
2022-04-06 17:51:55 +01:00
2022-04-07 18:08:59 +01:00
2022-03-30 09:51:36 +01:00
2022-05-23 11:56:24 +01:00