[PATCH] D157511: GlobalISel: Add constant fold combine for zext/sext/anyext
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 07:48:03 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/uaddo-8-16-bits.mir:27
; CHECK-NEXT: bb.1:
- ; CHECK-NEXT: successors:{{ $}}
+ ; CHECK-NEXT: successors:
; CHECK-NEXT: {{ $}}
----------------
update_mir_test_checks is just broken here
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157511/new/
https://reviews.llvm.org/D157511
More information about the llvm-commits
mailing list