Opened 6 weeks ago

Closed 6 weeks ago

#20996 closed enhancement (fixed)

SPIRV-LLVM-Translator-19.1.4

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Douglas R. Reno, 6 weeks ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 6 weeks ago

[Backport to 19] handle OpBitcast between pointers and non-pointers (#2948) (#2959)

Adds support for SPIR-V OpBitcast instructions where the source is a pointer and the 
destination is not a pointer, and where the source is not a pointer and the destination 
is a pointer. This needs to be handled as a special case because the LLVM bitcast 
instruction does not support this.

Handles bitcasts between pointers and scalar integers, which is supported by all SPIR-V 
versions, and pointers and vectors of integers, which is supported by SPIR-V 1.5 (though 
only for vectors of 32-bit integers).

(cherry picked from commit aafca81)

comment:3 by Douglas R. Reno, 6 weeks ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.