[PATCH] D129730: [SPIRV] add PrepareFunctions pass and update other passes
Ilia Diachkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 17:20:01 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb8e1544b9df0: [SPIRV] add SPIRVPrepareFunctions pass and update other passes (authored by iliya-diyachkov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129730/new/
https://reviews.llvm.org/D129730
Files:
llvm/include/llvm/IR/IntrinsicsSPIRV.td
llvm/lib/Target/SPIRV/CMakeLists.txt
llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp
llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h
llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp
llvm/lib/Target/SPIRV/SPIRV.h
llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
llvm/lib/Target/SPIRV/SPIRVCallLowering.h
llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp
llvm/lib/Target/SPIRV/SPIRVInstrInfo.h
llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp
llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
llvm/lib/Target/SPIRV/SPIRVUtils.cpp
llvm/lib/Target/SPIRV/SPIRVUtils.h
llvm/test/CodeGen/SPIRV/AtomicCompareExchange.ll
llvm/test/CodeGen/SPIRV/branching/if-non-merging.ll
llvm/test/CodeGen/SPIRV/constant/global-constants.ll
llvm/test/CodeGen/SPIRV/constant/local-aggregate-constant.ll
llvm/test/CodeGen/SPIRV/constant/local-bool-constants.ll
llvm/test/CodeGen/SPIRV/constant/local-null-constants.ll
llvm/test/CodeGen/SPIRV/constant/local-vector-matrix-constants.ll
llvm/test/CodeGen/SPIRV/instructions/call-complex-function.ll
llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
llvm/test/CodeGen/SPIRV/instructions/scalar-integer-arithmetic.ll
llvm/test/CodeGen/SPIRV/instructions/select.ll
llvm/test/CodeGen/SPIRV/instructions/vector-floating-point-arithmetic.ll
llvm/test/CodeGen/SPIRV/instructions/vector-integer-arithmetic.ll
llvm/test/CodeGen/SPIRV/llvm-intrinsics/fshl.ll
llvm/test/CodeGen/SPIRV/metadata-opencl.ll
llvm/test/CodeGen/SPIRV/opaque_pointers.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129730.446661.patch
Type: text/x-patch
Size: 152374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/32818587/attachment-0001.bin>
More information about the llvm-commits
mailing list