[llvm] Add a pass "SinkGEPConstOffset" (PR #140657)
via llvm-commits
llvm-commits at lists.llvm.org
Sun May 25 23:44:09 PDT 2025
================
@@ -0,0 +1,115 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=amdgcn-amd-mesa3d -mcpu=gfx1100 -verify-machineinstrs | FileCheck %s
----------------
StevenYangCC wrote:
I have made changes based on the suggestions you made, please verify the results.
https://github.com/llvm/llvm-project/pull/140657
More information about the llvm-commits
mailing list