This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Arith] Fix bug in zero-extension range inference
ClosedPublic

Authored by krzysz00 on Jan 9 2023, 9:01 AM.

Details

Summary

D135089 extracted the extui code into a helper, but used fromSigned
instead of fromUnsigned.

Diff Detail