[PATCH] D83465: Encode alignment attribute for `atomicrmw`
    James Y Knight via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 29 15:38:19 PDT 2020
    
    
  
jyknight added inline comments.
================
Comment at: llvm/docs/LangRef.rst:9495
+`<value>` type. If unspecified, the alignment is assumed to be equal to the
+ size of the '<value>' type.
+
----------------
It's worth explicitly noting here that this default alignment assumption is different than the alignment used for the load/store instructions when align isn't specified.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83465/new/
https://reviews.llvm.org/D83465
    
    
More information about the llvm-commits
mailing list