[all-commits] [llvm/llvm-project] 056406: [SPIRV] Implement support for SPV_KHR_expect_assum...
Paulo Matos via All-commits
all-commits at lists.llvm.org
Mon Sep 25 00:52:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 056406570915848fc5f111d1d35c5fde6909c93e
https://github.com/llvm/llvm-project/commit/056406570915848fc5f111d1d35c5fde6909c93e
Author: Paulo Matos <pmatos at igalia.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
M llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
A llvm/test/CodeGen/SPIRV/assume.ll
A llvm/test/CodeGen/SPIRV/expect.ll
Log Message:
-----------
[SPIRV] Implement support for SPV_KHR_expect_assume (#66217)
Adds new extension SPV_KHR_expect_assume, new capability
ExpectAssumeKHR as well as the new instructions:
* OpExpectKHR
* OpAssumeTrueKHR
These are lowered from respectively llvm.expect.<ty> and llvm.assume
intrinsics.
Previously https://reviews.llvm.org/D157696
More information about the All-commits
mailing list