This is an archive of the discontinued LLVM Phabricator instance.

UpdateTestChecks: arm64-eabi
ClosedPublic

Authored by lebedev.ri on May 18 2019, 2:25 AM.

Details

Summary

Was looking into supporting (srl (shl x, c1), c2) with c1 != c2 in dagcombiner,
this test changes, but makes update_llc_test_checks.py unhappy

Diff Detail

Repository
rL LLVM

Event Timeline

lebedev.ri created this revision.May 18 2019, 2:25 AM

Upload correct diff this time

RKSimon accepted this revision.May 18 2019, 3:55 AM

LGTM

utils/UpdateTestChecks/asm.py
234 ↗(On Diff #200139)

pedantic - please can you put this with the other aarch64 entry at line 209?

This revision is now accepted and ready to land.May 18 2019, 3:55 AM

LGTM

Thank you for the review!

This revision was automatically updated to reflect the committed changes.