[llvm] [NewGVN] Check intrinsic ID before accessing operands (PR #141571)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 05:40:12 PDT 2025
================
@@ -0,0 +1,17 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=newgvn < %s | FileCheck %s
----------------
arsenm wrote:
belongs in test/Transforms/NewGVN, not CodeGen
https://github.com/llvm/llvm-project/pull/141571
More information about the llvm-commits
mailing list