[PATCH] D153434: [CSKY][NFC][test] Add tests of IR pattern icmp-select

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 23:13:41 PDT 2023


zixuan-wu accepted this revision.
zixuan-wu added a comment.
This revision is now accepted and ready to land.

Hope all Pats added are all covered by test.



================
Comment at: llvm/test/CodeGen/CSKY/dect-decf.ll:365
+
+define i32 @select_by_call_f(i32 %t0, i32 %t1, i32 %t2) {
+; CHECK-LABEL: select_by_call_f:
----------------
Any need to construct such pattern with call? Although, no harm of more test.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153434/new/

https://reviews.llvm.org/D153434



More information about the llvm-commits mailing list