[PATCH] D43744: [WebAssembly] Fix rethrow's argument type
    Derek Schuff via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Mar  7 11:19:16 PST 2018
    
    
  
dschuff added a comment.
I forget what the spec says right now, but I think we will need a null value for except_ref in the spec anyway, because locals are implicitly initialized to their respective 0 values. So we'd need a corresponding 0 value for ref types. So I think it would be fine to have a nullref type in LLVM too.
Repository:
  rL LLVM
https://reviews.llvm.org/D43744
    
    
More information about the llvm-commits
mailing list