[PATCH] D71636: [AArch64][SVE][WIP] Add support for vscale constants (?)
    Chris Lattner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 19 16:20:24 PST 2019
    
    
  
lattner added a comment.
What's the advantage of a redundant way to represent the same thing?  LLVM could have a 'sizeof' ConstantExpr for example, but never did (people use the same gep trick).  It is generally good to have fewer more canonical ways to represent a thing if possible.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71636/new/
https://reviews.llvm.org/D71636
    
    
More information about the llvm-commits
mailing list