This is an archive of the discontinued LLVM Phabricator instance.

[VE] Clean SDNodeXForm stuff
ClosedPublic

Authored by kaz7 on Jun 3 2020, 10:10 PM.

Details

Summary

Gather definitions of SDNodeXForm and change them to call C functions
instead of copying C expressions in td files. Doing this solved some
bugs in mimm detections.

Depends on D81129.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 3 2020, 10:10 PM
kaz7 planned changes to this revision.Jun 4 2020, 12:25 AM

The clang-tidy suggested renaming of two functions. I'll modify them.

kaz7 updated this revision to Diff 268376.Jun 4 2020, 12:32 AM

Renamed two function as suggested by clang-tidy.

simoll accepted this revision.EditedJun 4 2020, 2:17 AM

This looks much cleaner now. Thanks!

This revision is now accepted and ready to land.Jun 4 2020, 2:17 AM
This revision was automatically updated to reflect the committed changes.