[llvm] [RISCV][ISel] Remove redundant min/max in saturating truncation (PR #75145)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 00:18:24 PST 2023
topperc wrote:
How can you use just vnsrl? vnsrl discards the upper bits without any max or min.
https://github.com/llvm/llvm-project/pull/75145
More information about the llvm-commits
mailing list