[all-commits] [llvm/llvm-project] 95857a: [AMDGPU] SILoadStoreOptimizer: Remove redundant ch...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Jan 27 02:24:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95857a705886c1e8c3ca518b9b856a0caa4f4987
      https://github.com/llvm/llvm-project/commit/95857a705886c1e8c3ca518b9b856a0caa4f4987
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp

  Log Message:
  -----------
  [AMDGPU] SILoadStoreOptimizer: Remove redundant check for volatile

SILoadStoreOptimizer::collectMergeableInsts already ends the current
block if it sees a volatile (or ordered) memory access, so there is no
need to check for them again when scanning the instructions between two
pairing candidates in a block.

Differential Revision: https://reviews.llvm.org/D118266




More information about the All-commits mailing list