This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] [1/2] Add IR intrinsic for Zbm extension
AcceptedPublic

Authored by LevyHsu on Apr 25 2021, 12:46 AM.

Details

Summary

RV64 ONLY:

bmator
bmatxor
bmatflip

Diff Detail

Event Timeline

LevyHsu created this revision.Apr 25 2021, 12:46 AM
LevyHsu requested review of this revision.Apr 25 2021, 12:46 AM
craig.topper added inline comments.Apr 25 2021, 10:08 AM
clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbm.c
17

clmul?

LevyHsu updated this revision to Diff 340705.Apr 26 2021, 6:27 PM
  1. clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbm.c
    • All test cases renamed
This revision is now accepted and ready to land.Apr 30 2021, 3:55 PM