We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655aa8b commit 40a51c7Copy full SHA for 40a51c7
numba_dpex/tests/codegen/test_intenum_literal_codegen.py
@@ -47,7 +47,7 @@ def pass_flags_to_func(a):
47
48
pattern = re.compile(
49
r"call spir_func i32 @\_Z.*bitwise\_or"
50
- r"\_flags.*\(i64\* nonnull %.*, i64 1, i64 2\)"
+ r"\_flags.*\(i64\*\s(\w+)?\s*%.*, i64 1, i64 2\)"
51
)
52
53
assert re.search(pattern, llvm_ir_mod) is not None
0 commit comments