1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/AsmParser
Guillaume Chatelet d83a14c77d Encode alignment attribute for cmpxchg
This is a follow up patch to D83136 adding the align attribute to `cmpxchg`.
See also D83465 for `atomicrmw`.

Differential Revision: https://reviews.llvm.org/D87443
2021-02-11 15:17:50 -05:00
..
CMakeLists.txt
LLLexer.cpp
LLLexer.h
LLParser.cpp Encode alignment attribute for cmpxchg 2021-02-11 15:17:50 -05:00
LLParser.h
LLToken.h
Parser.cpp