[llvm] processtiedpairs (PR #65976)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 01:59:29 PDT 2023
================
@@ -2,7 +2,8 @@
; Test removal of AND operations that don't affect last 6 bits of rotate amount
; operand.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefixes=CHECK,CHECK-LV
+; RUN: llc < %s -mtriple=s390x-linux-gnu -early-live-intervals | FileCheck %s -check-prefixes=CHECK,CHECK-LIS
----------------
RKSimon wrote:
These changes look redundant?
https://github.com/llvm/llvm-project/pull/65976
More information about the llvm-commits
mailing list