[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 08:11:33 PDT 2023
nlopes added a comment.
In D158463#4606859 <https://reviews.llvm.org/D158463#4606859>, @krzysz00 wrote:
> @nlopes
>
> - Two of the `UndefValue` uses are in splitting up an existing `undef`
> - One is respecting "When an Instruction is deleted, its debug uses change to undef. " from the documentation on how to update debug info for pass authors
> - The last has been changed to poison
Thank you!
The debug information stuff hasn't been migrated to poison yet, yes.
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