[all-commits] [llvm/llvm-project] 4ca817: [GlobalISel] Add bail outs for scalable vectors to...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Aug 29 14:03:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ca817d0511b2c36b2f5d242e0c8f90a7a9c4f14
      https://github.com/llvm/llvm-project/commit/4ca817d0511b2c36b2f5d242e0c8f90a7a9c4f14
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    A llvm/test/CodeGen/RISCV/GlobalISel/scalablevec-combiner-crash.ll

  Log Message:
  -----------
  [GlobalISel] Add bail outs for scalable vectors to some combines. (#106496)

These combines call getNumElements() which isn't valid for scalable
vectors.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list