[all-commits] [llvm/llvm-project] db2d44: [RISCV] Add a test case for another issue in Selec...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Nov 1 22:38:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: db2d4417fab40d15624ccb116efd2669c776b977
      https://github.com/llvm/llvm-project/commit/db2d4417fab40d15624ccb116efd2669c776b977
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-11-01 (Sun, 01 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rv64Zbbp.ll

  Log Message:
  -----------
  [RISCV] Add a test case for another issue in SelectRORIW. NFC

When validating C3 in (sext_inreg (or (shl X, C2), (shr (and Y, C3), C1)), i32)
we are truncating it to 32 bits before checking its value. We need
to check all 64 bits.




More information about the All-commits mailing list