This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add back trait based folding and add FIXME message for adding side effect free check to Involution
ClosedPublic

Authored by ahmedsabie on Oct 13 2020, 10:58 AM.

Details

Summary

This is the same diff as https://reviews.llvm.org/D88809/ except side effect free check is removed for involution and a FIXME is added until the dependency is resolved for shared builds. The old diff has more details on possible fixes.

Diff Detail

Event Timeline

ahmedsabie created this revision.Oct 13 2020, 10:58 AM
ahmedsabie requested review of this revision.Oct 13 2020, 10:58 AM

Add the missing revert

ahmedsabie retitled this revision from [MLIR] Add FIXME message for adding back side effect free check to Involution to [MLIR] Add back trait based folding and add FIXME message for adding side effect free check to Involution.Oct 13 2020, 11:03 AM
ahmedsabie edited the summary of this revision. (Show Details)
ahmedsabie added reviewers: mehdi_amini, andyly, Smit.
rriddle accepted this revision.Oct 13 2020, 12:30 PM
This revision is now accepted and ready to land.Oct 13 2020, 12:30 PM
andyly accepted this revision.Oct 13 2020, 12:41 PM

I dont have push access, if you get a chance can you push for me? Thanks!