[PATCH] D101177: [AMDGPU] Skip invariant loads when avoiding WAR conflicts

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 01:24:49 PDT 2021


foad added a comment.

In D101177#2753324 <https://reviews.llvm.org/D101177#2753324>, @piotr wrote:

> Added the assert. The assert seems in order here - no hits in the lit tests or Vulkan CTS. There would have been hits in 194 lit tests if the assert had been placed here without the isInvariant check, which somewhat proves usefulness of the patch.

Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101177/new/

https://reviews.llvm.org/D101177



More information about the llvm-commits mailing list