[PATCH] D153151: [EarlyCSE] Do not CSE convergent calls with memory effects

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 08:38:23 PDT 2023


foad added a comment.

In D153151#4497484 <https://reviews.llvm.org/D153151#4497484>, @arsenm wrote:

> still would like a test that's more normal than read_register

There aren't really any normal readonly convergent intrinsics. `@llvm.amdgcn.live.mask` is currently readonly so I used that - but it seems to me it should probably be convergent readnone.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153151



More information about the llvm-commits mailing list