Skip to content
  1. Jan 29, 2019
    • Teresa Johnson's avatar
      [ThinLTO] Add option to dump per-module summary dot graph · 2f616e47
      Teresa Johnson authored
      Summary:
      I found that there currently isn't a way to invoke exportToDot from
      the command line for a per-module summary index, and therefore no
      testing of that case. Add an internal option and use it to test dumping
      of per module summary indexes.
      
      In particular, I am looking at fixing the limitation that causes the
      aliasee GUID in the per-module summary to be 0, and want to be able to
      test that change.
      
      Reviewers: evgeny777
      
      Subscribers: mehdi_amini, inglorion, eraman, steven_wu, dexonsmith, llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D57206
      
      llvm-svn: 352441
      2f616e47
    • Philip Reames's avatar
      Demanded elements support for vector GEPs · 6c5341bc
      Philip Reames authored
      GEPs can produce either scalar or vector results. If we're extracting only a subset of the vector lanes, simplifying the operands is helpful in eliminating redundant computation, and (eventually) allowing further optimizations
      
      Differential Revision: https://reviews.llvm.org/D57177
      
      llvm-svn: 352440
      6c5341bc
    • Eli Friedman's avatar
      [docs] Fix a couple spelling errors. · f0e67681
      Eli Friedman authored
      llvm-svn: 352439
      f0e67681
  2. Jan 28, 2019
Loading