[all-commits] [llvm/llvm-project] b57ba8: [RISCV] Use APInt in useInversedSetcc to prevent c...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Feb 15 10:49:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b57ba8ec514190b38eced26d541e8e25af66c485
      https://github.com/llvm/llvm-project/commit/b57ba8ec514190b38eced26d541e8e25af66c485
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/condops.ll

  Log Message:
  -----------
  [RISCV] Use APInt in useInversedSetcc to prevent crashes when mask is larger than UINT64_MAX. (#81888)

There are no checks that the type is legal so we need to handle any
type.




More information about the All-commits mailing list