Skip to content

Commit d9695bd

Browse files
authored
Register convert-ub-to-llvm in aiecc.py (#2613)
1 parent 69ffd7a commit d9695bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/compiler/aiecc/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def _create_input_with_addresses_pipeline(
8383
Pipeline()
8484
.canonicalize()
8585
.cse()
86+
.convert_ub_to_llvm()
8687
.convert_vector_to_llvm()
8788
.expand_strided_metadata()
8889
.lower_affine()

0 commit comments

Comments
 (0)