[all-commits] [llvm/llvm-project] 78ea3c: [SPIR-V] Report modifying IR in SPIRVPrepareFunctions
Michal Paszkowski via All-commits
all-commits at lists.llvm.org
Thu Mar 9 10:23:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78ea3cb0bb1954cb389cecb11e3e3eb50ffaae99
https://github.com/llvm/llvm-project/commit/78ea3cb0bb1954cb389cecb11e3e3eb50ffaae99
Author: Michal Paszkowski <michal.paszkowski at outlook.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
Log Message:
-----------
[SPIR-V] Report modifying IR in SPIRVPrepareFunctions
This change fixes "Pass modifies its input and doesn't
report it" error when running SPIRVPrepareFunctions
pass with LLVM_ENABLE_EXPENSIVE_CHECKS enabled.
Differential Revision: https://reviews.llvm.org/D145121
More information about the All-commits
mailing list