[all-commits] [llvm/llvm-project] e60b63: [SPIR-V] Consistent handling of TargetExtTypes in ...
Cassandra Beckley via All-commits
all-commits at lists.llvm.org
Thu May 29 15:00:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e60b6330ac413682b3824603cb274528a67d58c9
https://github.com/llvm/llvm-project/commit/e60b6330ac413682b3824603cb274528a67d58c9
Author: Cassandra Beckley <beckl.ds at gmail.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
A llvm/test/CodeGen/SPIRV/inline/type.undef.ll
Log Message:
-----------
[SPIR-V] Consistent handling of TargetExtTypes in emit-intrinsics (#135682)
TargetExtType values are replaced with calls to
`llvm.spv.track.constant`, with a `poison` value, but
`llvm.spv.assign.type` was called with their original value. This PR
updates the `assign.type` call to be consistent with the
`track.constant` call.
Fixes #134417.
---------
Co-authored-by: Steven Perron <stevenperron at google.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list