[PATCH] D115227: [AMDGPU] Mark time intrinsics as nomem, hassideeffects

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 02:48:59 PST 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SMInstructions.td:187
-  // corresponding to the IR attributes. The target intrinsics are
-  // considered as writing to memory for IR dependency purposes, but
-  // those can be modeled with hasSideEffects here. These also end up
----------------
Was there a reason the intrinsics weren't IntrHasSideEffects in the first place? (Did that property not exist?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115227



More information about the llvm-commits mailing list