[PATCH] D45572: [X86] Replace action Promote with Custom for operation ISD::SINT_TO_FP

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 06:05:18 PDT 2018


lebedev.ri added inline comments.


================
Comment at: llvm/trunk/test/CodeGen/X86/sitofp.ll:17
+  %conv = zext i16 %a to i32
+  %conv1 = sitofp i32 %conv to double
+  ret double %conv1
----------------
It would be really nice for all the tests to be committed first,
so that the following codechange commit actually shows the test change.


Repository:
  rL LLVM

https://reviews.llvm.org/D45572





More information about the llvm-commits mailing list