[llvm] [GISel] Fold shifts to constant result. (PR #123510)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 07:29:25 PST 2025
================
@@ -0,0 +1,115 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn -run-pass=amdgpu-prelegalizer-combiner -verify-machineinstrs %s -o - | FileCheck %s
----------------
arsenm wrote:
Don't need -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/123510
More information about the llvm-commits
mailing list