This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Precommit tests for override hasAndNotCompare.
ClosedPublic

Authored by jacquesguan on Dec 19 2021, 7:46 PM.

Diff Detail

Event Timeline

jacquesguan created this revision.Dec 19 2021, 7:46 PM
jacquesguan requested review of this revision.Dec 19 2021, 7:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 19 2021, 7:46 PM

rebase to pre-commit tests.

Nit: this seems to have an inconsistent naming logic:

  • andn_seqz_i32
  • andn_ne_i32

Other than that, LGTM.

Nit: this seems to have an inconsistent naming logic:

  • andn_seqz_i32
  • andn_ne_i32

Other than that, LGTM.

Done, thanks.

luismarques accepted this revision.Dec 20 2021, 5:19 AM
This revision is now accepted and ready to land.Dec 20 2021, 5:19 AM

BTW, maybe add signext to the function i32 params if that removes sext.ws that are irrelevant for the tests.

Add signext to i32 params in RV64 case.

This revision was landed with ongoing or failed builds.Dec 20 2021, 10:55 PM
This revision was automatically updated to reflect the committed changes.