[all-commits] [llvm/llvm-project] 8b7326: [SPIRV] Fix SPV_KHR_expect_assume support (#67793)
Paulo Matos via All-commits
all-commits at lists.llvm.org
Mon Oct 9 01:06:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b7326587b2aefedde2d7e3e51404df48d5d17e2
https://github.com/llvm/llvm-project/commit/8b7326587b2aefedde2d7e3e51404df48d5d17e2
Author: Paulo Matos <pmatos at igalia.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/test/CodeGen/SPIRV/assume.ll
M llvm/test/CodeGen/SPIRV/expect.ll
Log Message:
-----------
[SPIRV] Fix SPV_KHR_expect_assume support (#67793)
Since efe0e10718 changes in tests are required. Need to add extension to
Extensions list
and command line to enable use of the extension for test runs.
More information about the All-commits
mailing list