Skip to content
  1. Jun 12, 2013
    • JF Bastien's avatar
      ARM FastISel fix sext/zext fold · 3c6bb8e1
      JF Bastien authored
      Sign- and zero-extension folding was slightly incorrect because it wasn't checking that the shift on extensions was zero. Further, I recently added AND rd, rn, #255 as a form of 8-bit zero extension, and failed to add the folding code for it.
      
      This patch fixes both issues.
      
      This patch fixes both, and the test should remain the same:
        test/CodeGen/ARM/fast-isel-fold.ll
      
      llvm-svn: 183794
      3c6bb8e1
    • Enrico Granata's avatar
      <rdar://problem/13646047> · b0c72d99
      Enrico Granata authored
      Providing a Python helper SBData.CreateDataFromInt() to make an SBData out of a single integer number
      It tries to use the current target, if any, for endianness and pointer size, and it picks a reasonable size on your behalf - if there is no way it can infer anything reasonable it essentially picks a 64-bit Mac as the reference model
      
      llvm-svn: 183793
      b0c72d99
  2. Jun 11, 2013
Loading