[PATCH] D103697: [RISCV] Pre-commit test for D103698

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 16:21:41 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvp/clo.ll:135
+; RV64-NEXT:    ret
+  %neg = xor i8 %x, -1
+  %res = call i8 @llvm.ctlz.i8(i8 %neg, i1 false)
----------------
This should be %not instead of %neg.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103697/new/

https://reviews.llvm.org/D103697



More information about the llvm-commits mailing list