[all-commits] [llvm/llvm-project] 0473ac: [RISCV] Remove cttz/ctlz cost model coverage for t...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Aug 24 15:56:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0473ac8876b94fc27f145c48106675b9dedcb20d
https://github.com/llvm/llvm-project/commit/0473ac8876b94fc27f145c48106675b9dedcb20d
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M llvm/test/Analysis/CostModel/RISCV/integer-bit-manip.ll
Log Message:
-----------
[RISCV] Remove cttz/ctlz cost model coverage for the moment
I'd used the wrong signatures for these as I had not remembered we'd added the second boolean argument. We appear to still parse the old form just fine, but we should use the two argument form in test since that's what the LangRef actually describes.
More information about the All-commits
mailing list