[llvm] [AMDGPU] Analyze REG_SEQUENCE To Remove Redundant CMP Instructions (PR #167364)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 10 11:46:07 PST 2025


================
@@ -0,0 +1,22 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=amdgcn -mcpu=gfx900 < %s | FileCheck %s
+define amdgpu_ps i64 @ordertest(i64 inreg %val0) {
----------------
arsenm wrote:

What does the MIR look like at this point? 

https://github.com/llvm/llvm-project/pull/167364


More information about the llvm-commits mailing list