[all-commits] [llvm/llvm-project] 26fd38: [SPIRV] Do not remove capability from all caps (#6...

Paulo Matos via All-commits all-commits at lists.llvm.org
Thu Nov 16 04:29:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26fd38ea9399be4272e073d034fc0d32e27ca3e0
      https://github.com/llvm/llvm-project/commit/26fd38ea9399be4272e073d034fc0d32e27ca3e0
  Author: Paulo Matos <pmatos at igalia.com>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
    M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h

  Log Message:
  -----------
  [SPIRV] Do not remove capability from all caps (#68194)

We were removing bit_instructions cap from All caps but this was a
mistake.

Test SPV_KHR_bit_instructions was failing. Remove function
removeCapabilityIf. It was not being done correctly and is now
unnecessary.




More information about the All-commits mailing list