[llvm] [NVPTX] Use PRMT more widely, and improve folding around this instruction (PR #148261)
Kevin McAfee via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 11:15:46 PDT 2025
================
@@ -1699,25 +1692,33 @@ def cond_not_signed : PatLeaf<(cond), [{
// comparisons of i8 extracted with BFE as i32
// It's faster to do comparison directly on i32 extracted by BFE,
// instead of the long conversion and sign extending.
----------------
kalxr wrote:
nit update comment
https://github.com/llvm/llvm-project/pull/148261
More information about the llvm-commits
mailing list