This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][sparse][GPU] fixing windows build break caused by D151014
ClosedPublic

Authored by K-Wu on May 24 2023, 9:05 PM.

Diff Detail

Event Timeline

K-Wu created this revision.May 24 2023, 9:05 PM
K-Wu requested review of this revision.May 24 2023, 9:05 PM
K-Wu updated this revision to Diff 525432.May 24 2023, 9:15 PM

fixing compile error

K-Wu updated this revision to Diff 525433.May 24 2023, 9:27 PM

fixing compile error

aartbik accepted this revision.May 25 2023, 9:46 AM
aartbik added inline comments.
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
176

I think you can omit the return after the unreachable

This revision is now accepted and ready to land.May 25 2023, 9:46 AM