Skip to content
  1. Sep 24, 2013
  2. Sep 23, 2013
  3. Sep 22, 2013
  4. Sep 21, 2013
    • Benjamin Kramer's avatar
      SROA: Handle casts involving vectors of pointers and integer scalars. · 90901a35
      Benjamin Kramer authored
      SROA wants to convert any types of equivalent widths but it's not possible to
      convert vectors of pointers to an integer scalar with a single cast. As a
      workaround we add a bitcast to the corresponding int ptr type first. This type
      of cast used to be an edge case but has become common with SLP vectorization.
      Fixes PR17271.
      
      llvm-svn: 191143
      90901a35
Loading