[all-commits] [llvm/llvm-project] b42ff9: [RISCV][NFC] Increase test coverage of Zbt extension
Michael Munday via All-commits
all-commits at lists.llvm.org
Mon Jan 18 09:36:20 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b42ff9fb038206c7967e22ceef2c7ea8275dc198
https://github.com/llvm/llvm-project/commit/b42ff9fb038206c7967e22ceef2c7ea8275dc198
Author: Michael Munday <mike.munday at lowrisc.org>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
R llvm/test/CodeGen/RISCV/bare-select.ll
M llvm/test/CodeGen/RISCV/neg-abs.ll
M llvm/test/CodeGen/RISCV/select-and.ll
A llvm/test/CodeGen/RISCV/select-bare.ll
M llvm/test/CodeGen/RISCV/select-cc.ll
M llvm/test/CodeGen/RISCV/select-const.ll
M llvm/test/CodeGen/RISCV/select-optimize-multiple.ll
M llvm/test/CodeGen/RISCV/select-optimize-multiple.mir
M llvm/test/CodeGen/RISCV/select-or.ll
Log Message:
-----------
[RISCV][NFC] Increase test coverage of Zbt extension
Add Zbt (ternary) extension code generation to the select lowering
tests since it can have a significant impact on how select is
lowered.
While we are here make the neg-abs commands more consistent with
the other tests.
Reviewed By: lenary
Differential Revision: https://reviews.llvm.org/D94798
More information about the All-commits
mailing list