[all-commits] [llvm/llvm-project] 59f44f: [RISCV][test] Add new tests of bitwise and with co...

Ben Shi via All-commits all-commits at lists.llvm.org
Tue Jun 1 18:10:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59f44f9ad4f0f4c0f087b4e0287878adfed38081
      https://github.com/llvm/llvm-project/commit/59f44f9ad4f0f4c0f087b4e0287878adfed38081
  Author: Ben Shi <powerman1st at 163.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rv32zbs.ll
    M llvm/test/CodeGen/RISCV/rv64zbs.ll

  Log Message:
  -----------
  [RISCV][test] Add new tests of bitwise and with constant for the Zbs extension

These tests will show how (and r i) will be optimized to
(BCLRI (BCLRI r, i0), i1) or (BCLRI (ANDI r, i0), i1) by future
commits.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D103359




More information about the All-commits mailing list