File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ SPIR-V Generation step
4444----------------------
4545
4646By default translator selects version of generated SPIR-V file based on features
47- used in this file. For example, if it contains `` dereferencable `` LLVM IR
47+ used in this file. For example, if it contains the `` dereferenceable `` LLVM IR
4848attribute, ``MaxByteOffset `` decoration will be generated and resulting SPIR-V
4949version will be raised to 1.1.
5050
@@ -78,8 +78,8 @@ the following things:
7878
7979* ignores LLVM IR entity in the input file.
8080
81- For example, `` dereferencable `` LLVM IR attribute can be ignored if it is not
82- allowed to generate SPIR-V 1.1 and higher.
81+ For example, the `` dereferenceable `` LLVM IR attribute can be ignored if it
82+ is not allowed to generate SPIR-V 1.1 and higher.
8383
8484* tries to represent LLVM IR entity with allowed instructions.
8585
You can’t perform that action at this time.
0 commit comments