[all-commits] [llvm/llvm-project] f62a8a: [CIR] Extend VecShuffleOp verifier to catch invali...

Amr Hesham via All-commits all-commits at lists.llvm.org
Fri Jun 13 13:51:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f62a8ab9304fb8b8b3ac3519a7addd7d3d234b04
      https://github.com/llvm/llvm-project/commit/f62a8ab9304fb8b8b3ac3519a7addd7d3d234b04
  Author: Amr Hesham <amr96 at programmer.net>
  Date:   2025-06-13 (Fri, 13 Jun 2025)

  Changed paths:
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    A clang/test/CIR/IR/invalid-vector-shuffle-wrong-index.cir

  Log Message:
  -----------
  [CIR] Extend VecShuffleOp verifier to catch invalid index (#143262)

Extend the verifier to catch index larger than the size of vector
elements in VecShuffleOp

Issue https://github.com/llvm/llvm-project/issues/136487



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