[PATCH] D147683: AMDGPU: mark SET_INACTIVE_* as convergent operation

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 02:28:18 PDT 2023


nhaehnle added a comment.

I don't think TableGen makes those kind of inferences, does it?

What it does do in some cases (around MayRead/MayWrite etc.)  is complain if there is a mismatch between how the intrinsic is defined vs. how the instruction is defined in a pattern.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147683



More information about the llvm-commits mailing list