[llvm] [NewGVN] Check intrinsic ID before accessing operands (PR #141571)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 06:39:06 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:

Intrinsics dont' actually require the target 

https://github.com/llvm/llvm-project/pull/141571


More information about the llvm-commits mailing list