aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
diff options
context:
space:
mode:
authorYixingZhang007 <yixing.zhang@intel.com>2025-10-08 17:29:01 -0400
committerGitHub <noreply@github.com>2025-10-08 23:29:01 +0200
commitf802acf32d0755d774f9b91c346f17bdf7f9d37e (patch)
tree0c8e1cbde978005fed52e9e992fdad122e66e56d /llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
parent86ad98c37aee575bc21460a367f3e9b824f289cb (diff)
downloadllvm-f802acf32d0755d774f9b91c346f17bdf7f9d37e.zip
llvm-f802acf32d0755d774f9b91c346f17bdf7f9d37e.tar.gz
llvm-f802acf32d0755d774f9b91c346f17bdf7f9d37e.tar.bz2
[SPIR-V] Add SPV_INTEL_predicated_io extension (#161591)
This PR introduces the support for the SPIR-V extension `SPV_INTEL_predicated_io`. This extension adds predicated load and store instructions. Predicated load performs load from memory if predicate is true; otherwise, it uses default_value as a result. Predicated store performs store of value to memory if predicate is true; otherwise, it does nothing. Reference Specification: https://github.com/intel/llvm/blob/sycl/sycl/doc/design/spirv-extensions/SPV_INTEL_predicated_io.asciidoc
Diffstat (limited to 'llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp')
0 files changed, 0 insertions, 0 deletions