[PATCH] D82307: [Alignment][NFC] Use Align for TargetCallingConv::OrigAlign
    Guillaume Chatelet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 25 03:04:34 PDT 2020
    
    
  
gchatelet added a comment.
In D82307#2113385 <https://reviews.llvm.org/D82307#2113385>, @courbet wrote:
> OK but this changes the meaning of `getOrigAlign()`, which some downstream targets might depend on. What about doing this dynamically in `getNonZeroOrigAlign()` until `getOrigAlign()` is fully removed ?
I kept the original semantic for `getOrigAlign` as you suggested.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82307/new/
https://reviews.llvm.org/D82307
    
    
More information about the llvm-commits
mailing list