[PATCH] D158463: [AMDGPU] Add IR-level pass to rewrite away address space 7

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 00:32:28 PDT 2023


nlopes added a comment.

This patch adds 4 new uses of UndefValue::get. Could you please check if some of these can be replaced with poison?
We are tying to get rid of undef.
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158463



More information about the llvm-commits mailing list