[all-commits] [llvm/llvm-project] 4ebf34: [NFC][SPIRV] Remove last uses of `SPIRVType` (#182...
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Thu Feb 19 07:51:25 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ebf34cd5d46325f5ea3cb9bc370db05896fb959
https://github.com/llvm/llvm-project/commit/4ebf34cd5d46325f5ea3cb9bc370db05896fb959
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
M llvm/lib/Target/SPIRV/SPIRVISelLowering.cpp
M llvm/lib/Target/SPIRV/SPIRVTypeInst.h
Log Message:
-----------
[NFC][SPIRV] Remove last uses of `SPIRVType` (#182299)
This patch:
* Replaces some `SPIRVType` uses with `SPIRVTypeInst`
* Replaces cases where this replacement is impossible with `const
MachineInstr*`
* For consistency renames some functions / variables
This patch depends on https://github.com/llvm/llvm-project/pull/181668
This patch closes https://github.com/llvm/llvm-project/issues/180788
Approved in https://github.com/llvm/llvm-project/pull/182098 but had to
close/reopen due to a Github glitch.
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