[PATCH] D77384: [WebAssembly] Support single-floating-point immediate value

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 15:40:31 PDT 2020


jrtc27 added a comment.

Having `createFPImm` and `createSFPImm` (similarly for the add methods) seems confusing. Can we not have a uniform SFP/DFP split in the names everywhere, since you're already touching the uses of the former due to changing the types?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77384/new/

https://reviews.llvm.org/D77384





More information about the llvm-commits mailing list