[all-commits] [llvm/llvm-project] 82686d: [RISCV] Add test case for D156082 to condops.ll
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jul 24 07:48:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82686d7d55531974b77fd42c20c8ed5cd0965d45
https://github.com/llvm/llvm-project/commit/82686d7d55531974b77fd42c20c8ed5cd0965d45
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/condops.ll
Log Message:
-----------
[RISCV] Add test case for D156082 to condops.ll
This test is copied from select-cc.ll. It wasn't worth adding
Zicond RUN lines to that file.
Reviewed By: asb, wangpc
Differential Revision: https://reviews.llvm.org/D156083
Commit: 5990199e2c1c1d99367437ddaef0bbadfa11aa85
https://github.com/llvm/llvm-project/commit/5990199e2c1c1d99367437ddaef0bbadfa11aa85
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/condops.ll
Log Message:
-----------
[RISCV] Add CZERO_EQZ/CZERO_NEZ to ComputeNumSignBitsForTargetNode.
Reviewed By: wangpc
Differential Revision: https://reviews.llvm.org/D156082
Compare: https://github.com/llvm/llvm-project/compare/9da0db4dd8cf...5990199e2c1c
More information about the All-commits
mailing list