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

Paulo Matos via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 01:05:09 PDT 2023


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

The newline?
No, not really. Removing and landing. Thanks.

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


More information about the llvm-commits mailing list