[all-commits] [llvm/llvm-project] 4421b2: [SPIRV] fix build with clang and use PoisonValue i...
Ilia Diachkov via All-commits
all-commits at lists.llvm.org
Thu Sep 22 01:06:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4421b24fe2c856f8f75216fa3d82999db9f69d42
https://github.com/llvm/llvm-project/commit/4421b24fe2c856f8f75216fa3d82999db9f69d42
Author: Ilia Diachkov <ilia.diachkov at gmail.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
Log Message:
-----------
[SPIRV] fix build with clang and use PoisonValue instead of UndefValue
The patch fixes the SPIRV backend build using clang. It also replaces
UndefValue with PoisonValue in SPIRVRegularizer.cpp.
Fixes: #57773
Differential Revision: https://reviews.llvm.org/D134071
More information about the All-commits
mailing list