[PATCH] D152798: [AMDGPU][ValueTracking] Handle amdgcn intrinsics that cannot create poison

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 04:14:17 PDT 2023


arsenm added a comment.

In D152798#4417027 <https://reviews.llvm.org/D152798#4417027>, @nikic wrote:

> Just to give an obvious counter-example: Load-like intrinsics tend to produce poison (because there might be poison in memory).

But that would be a property of the memory, not the operation itself. I also thought load poison was UB?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152798



More information about the llvm-commits mailing list