[PATCH] D77076: [InstSimplify] Allow some arithmetic optimizations for add/sub/div/rem look through freeze
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 11:24:30 PDT 2020
aqjune marked an inline comment as done.
aqjune added inline comments.
================
Comment at: llvm/test/Transforms/InstSimplify/add.ll:26
+ ret void
+}
+
----------------
I wrote tests in a way that the result is passed to `call f()` rather than being returned, for brevity of tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77076/new/
https://reviews.llvm.org/D77076
More information about the llvm-commits
mailing list