[clang] [llvm] [AMDGPU] Fix crash in InstCombine (PR #179511)
Alexey Sachkov via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 05:23:44 PST 2026
================
@@ -0,0 +1,121 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -mtriple amdgcn -passes=instcombine --disable-verify %s -S -o - | FileCheck %s
----------------
AlexeySachkov wrote:
Thanks, I wasn't sure about the original change. It is reverted in 21540fba1c72c3ba0af7c4b9a3d8797e9de3b128
https://github.com/llvm/llvm-project/pull/179511
More information about the cfe-commits
mailing list