This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add "zbkb" predicates and add tests for some instruction pattern in Zbkb extension
AbandonedPublic

Authored by Jimerlife on Jan 24 2022, 1:14 AM.

Details

Summary
  1. andn, orn, xnor and all rotate instruction in this patch.
  2. move some tests from rv32zbb-zbp.ll to rv32zbb-zbp-zbkb.ll.
  3. move some tests from rv64zbb-zbp.ll to rv64zbb-zbp-zbkb.ll

Diff Detail