[PATCH] D71912: [mlir] Floating constants for import-llvm

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 01:49:21 PST 2019


ftynse accepted this revision.
ftynse added a comment.

Thanks!
I would also add an error message in cases where constant conversion failed and made sure the callers of getConstantAsAttr are aware that it can return null (there may be x86_fp80 and fp128 values, that are not supported in MLIR at all). Fine for a separate commit.


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

https://reviews.llvm.org/D71912





More information about the llvm-commits mailing list