[PATCH] D60478: [InstCombine] Fix canonicalization of (-X s/ Y) to -(X s/ Y).
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 11:23:54 PDT 2019
hliao added a comment.
Hi Chen
Your change https://reviews.llvm.org/D60395 seems incorrect and cause regressions. Please check whether this does the canonicalization correctly.
Thanks
- Michael
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60478/new/
https://reviews.llvm.org/D60478
More information about the llvm-commits
mailing list