[PATCH] D128839: [DirectX backend] Add createHandle BufferLoad/Store DXIL operation

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 2 15:24:16 PDT 2022


nlopes added a comment.

Please avoid using `UndefValue::get` whenever possible as we are trying to get rid of undef. Please use PoisonValue. Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128839



More information about the llvm-commits mailing list