[llvm] Revert "AMDGPU: Try constant fold after folding immediate (#141862)" (PR #148197)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 15 01:17:27 PDT 2025
Juan Manuel Martinez =?utf-8?q?CaamaƱo?= <juamarti at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/148197 at github.com>
================
@@ -0,0 +1,63 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -O3 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a %s -o - | FileCheck %s
+
----------------
Pierre-vh wrote:
small nit: I'd avoid using the ticket number in the test name. Just name the test `si-fold-operand-constant-fold-op` and add a comment to describe what the test case is for
https://github.com/llvm/llvm-project/pull/148197
More information about the llvm-commits
mailing list