[llvm] [PowerPC] Ensure MI peephole knows about instr modified by combineRLWINM() (PR #97134)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 19:08:54 PDT 2024
================
@@ -0,0 +1,111 @@
+; RUN: llc -verify-machineinstrs -mtriple=powerpc-ibm-aix < %s
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64-ibm-aix < %s
+
+; Function Attrs: nocallback nofree nosync nounwind willreturn memory(none)
----------------
amy-kwan wrote:
I noticed we are not checking anything in this LIT test. Is this intentional, or should we be adding CHECKs?
https://github.com/llvm/llvm-project/pull/97134
More information about the llvm-commits
mailing list