nlopes added inline comments.
================ Comment at: llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp:213 + + Value *Result = UndefValue::get(Ty); + for (int i = 0; i < EC; i += 1 + is16Bit) { ---------------- Please use poison wherever possible. In this case it seems it's just a placeholder, so it can be poison. We're trying to get rid of poison. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147732/new/ https://reviews.llvm.org/D147732 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits