[all-commits] [llvm/llvm-project] b4275b: Move target tests to target subdirectories

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jan 31 15:27:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4275bcbe4948150941091e3aa0d83cb17018deb
      https://github.com/llvm/llvm-project/commit/b4275bcbe4948150941091e3aa0d83cb17018deb
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    A llvm/test/Transforms/EarlyCSE/AMDGPU/intrinsics.ll
    A llvm/test/Transforms/EarlyCSE/PowerPC/lit.local.cfg
    A llvm/test/Transforms/EarlyCSE/PowerPC/read-reg.ll
    A llvm/test/Transforms/EarlyCSE/X86/lit.local.cfg
    A llvm/test/Transforms/EarlyCSE/X86/preserve_memoryssa.ll
    R llvm/test/Transforms/EarlyCSE/intrinsics.ll
    R llvm/test/Transforms/EarlyCSE/preserve_memoryssa.ll
    R llvm/test/Transforms/EarlyCSE/read-reg.ll

  Log Message:
  -----------
  Move target tests to target subdirectories


  Commit: 792d9b57194e51e9cc6805676b082932abeeede0
      https://github.com/llvm/llvm-project/commit/792d9b57194e51e9cc6805676b082932abeeede0
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp

  Log Message:
  -----------
  DAG: Check if a value is divergent before requiresUniformRegister

This avoids a potentially expensive scan if we already know it doesn't
matter.


Compare: https://github.com/llvm/llvm-project/compare/8e36d24fca9f...792d9b57194e


More information about the All-commits mailing list