[PATCH] D118663: [AArch64] Adds SUBS and ADDS instructions to the MIPeepholeOpt.
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 04:13:09 PST 2022
benshi001 added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/addsub.ll:410
+; ADDS and SUBS Optimizations
+define i1 @eq_i(i32 %0) {
+; CHECK-LABEL: eq_i:
----------------
Do we need to pre-commit these tests, and check the difference between before/after ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118663/new/
https://reviews.llvm.org/D118663
More information about the llvm-commits
mailing list