This change:
- Adds implementation for the get_image_num_mip_levels builtin
- Adds a passing get_image_num_mip_levels.ll test
Paths
| Differential D135904
[SPIR-V] Add get_image_num_mip_levels implementation ClosedPublic Authored by mpaszkowski on Oct 13 2022, 12:00 PM.
Details Summary This change:
Diff Detail
Event Timelinempaszkowski marked an inline comment as done. Comment ActionsThanks @andreytr! The formatting and indentation is now fixed. This revision is now accepted and ready to land.Oct 19 2022, 4:46 AM Closed by commit rG6beac40fe40c: [SPIR-V] Add get_image_num_mip_levels implementation (authored by mpaszkowski). · Explain WhyOct 19 2022, 1:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469028 llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
llvm/lib/Target/SPIRV/SPIRVBuiltins.td
llvm/test/CodeGen/SPIRV/transcoding/get_image_num_mip_levels.ll
|
Suggest to fix %{{[0-9]+}} -> %#
and indentation.