[llvm] [LSR] Fix ICmpZero type mismatch with mixed-width pointers (PR #206193)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 27 01:57:07 PDT 2026
================
@@ -0,0 +1,90 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=loop-reduce -S -mcpu=gfx942 %s | FileCheck %s
+; REQUIRES: amdgpu-registered-target
----------------
nikic wrote:
REQUIRES not needed in the AMDGPU directory.
https://github.com/llvm/llvm-project/pull/206193
More information about the llvm-commits
mailing list