This is an archive of the discontinued LLVM Phabricator instance.

[DirectX] Remove uses of isOpaquePointerTy(). NFC
ClosedPublic

Authored by bogner on Jul 19 2023, 12:08 PM.

Details

Reviewers
beanz
python3kgae
Summary

isOpaquePointerTy now returns true for all pointers, so we can replace these with isPointerTy().

Diff Detail

Event Timeline

bogner created this revision.Jul 19 2023, 12:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 12:08 PM
bogner requested review of this revision.Jul 19 2023, 12:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 12:08 PM
beanz accepted this revision.Jul 19 2023, 12:14 PM

LGTM.

This revision is now accepted and ready to land.Jul 19 2023, 12:14 PM
bogner updated this revision to Diff 542191.Jul 19 2023, 2:20 PM

Fix incorrect assignment of "CODE" in DXILBitcodeWriter

python3kgae accepted this revision.Jul 19 2023, 2:22 PM
bogner closed this revision.Jul 19 2023, 2:30 PM

Forgot to put the "Differential Revision" tag in the commit message. Committed here: https://github.com/llvm/llvm-project/commit/245073ac80b3a2ab942ac3c81126c14037501945