[llvm] [SPIRV] Fix SPV_KHR_expect_assume support (PR #67793)

Ilia Diachkov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 13:17:15 PDT 2023


================
@@ -376,6 +380,7 @@ SPIRVPrepareFunctions::removeAggregateTypesFromSignature(Function *F) {
 
 bool SPIRVPrepareFunctions::runOnModule(Module &M) {
   bool Changed = false;
+
----------------
iliya-diyachkov wrote:

Do we really need this line?

https://github.com/llvm/llvm-project/pull/67793


More information about the llvm-commits mailing list