This is an archive of the discontinued LLVM Phabricator instance.

Use PoisonValue in vector BIs [NFC]
ClosedPublic

Authored by ManuelJBrito on Oct 6 2022, 1:09 PM.

Details

Summary

Replacing the following instances of UndefValue with PoisonValue in clang/lib/CodeGen/CGBuiltin.cpp where the UndefValue is used as an arbitrary value.

Diff Detail

Event Timeline

ManuelJBrito created this revision.Oct 6 2022, 1:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 1:09 PM
ManuelJBrito requested review of this revision.Oct 6 2022, 1:09 PM
nlopes accepted this revision.Oct 7 2022, 4:46 AM

LGTM

This revision is now accepted and ready to land.Oct 7 2022, 4:46 AM