[PATCH] D13857: Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions
    Asiri Rathnayake via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 19 03:39:58 PDT 2015
    
    
  
rmaprath removed rL LLVM as the repository for this revision.
rmaprath updated this revision to Diff 37732.
rmaprath added a comment.
Updated patch to test the corner cases of ssat/usat intrinsics. qadd/qsub are not affected as they don't take in an immediate with range restrictions.
http://reviews.llvm.org/D13857
Files:
  lib/Target/ARM/ARMInstrInfo.td
  test/CodeGen/ARM/sat-arith.ll
  test/CodeGen/ARM/ssat-lower.ll
  test/CodeGen/ARM/ssat-upper.ll
  test/CodeGen/ARM/usat-lower.ll
  test/CodeGen/ARM/usat-upper.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13857.37732.patch
Type: text/x-patch
Size: 4611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151019/ee31acd0/attachment.bin>
    
    
More information about the llvm-commits
mailing list