[PATCH] D137241: [X86] Add ExpandLargeFpConvert Pass and enable for X86

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 26 00:34:22 PST 2022


LuoYuanke added inline comments.


================
Comment at: llvm/test/CodeGen/X86/expand-large-fp-convert-fptoui129.ll:10
+;
+  %conv = fptosi half %a to i129
+  ret i129 %conv
----------------
fptoui?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137241



More information about the llvm-commits mailing list