[PATCH] D60692: [ARM] Explicit lowering of half <-> double conversions.
    Oliver Stannard (Linaro) via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 13 05:52:08 PDT 2019
    
    
  
ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.
LGTM except for  a few typos in comments.
================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:14440
+  // steps.
+  // Or we are convertig from 32 -> 64 withouth fp.double-precision or 16 -> 32
+  // without FP16. So we must do a function call.
----------------
Typos: convertig, withouth
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60692/new/
https://reviews.llvm.org/D60692
    
    
More information about the llvm-commits
mailing list