[PATCH] D146934: [AMDGPU] Update mcp-overlap-after-propagation.mir test

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 23:33:04 PDT 2023


barannikov88 added a comment.

The change effectively disables BackwardCopyPropagateBlock that folded the first copy into
the preceding load, eliminating definition of s[60-67], which is necessary to reproduce the bug.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146934



More information about the llvm-commits mailing list