intel / graph-compiler

Apache License 2.0
27 stars 14 forks source link

Update llvm commit #363

Closed BRUCE11111 closed 5 days ago

BRUCE11111 commented 6 days ago

Need to fix ci segmentation fault error in PR100.

When we need to determine whether linalg.generic is a matmul operation, we will use upstream isContractionBody function, but it will throw seg fault error due to nullptr pointer. The null pointer issue has been fixed in this llvm commit.

ciyongch commented 6 days ago

Better to describe the reason why we need to update the commit it, like this upstream contains a specific fix/update on certain feature?

BRUCE11111 commented 6 days ago

Better to describe the reason why we need to update the commit it, like this upstream contains a specific fix/update on certain feature?

Okay~ Added detailed explanation in the PR.