[all-commits] [llvm/llvm-project] 7485e9: [InstSimplify] reduce code duplication for binop e...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Jul 23 05:35:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7485e924121b48b437fe84a5d003110cb2665aa2
https://github.com/llvm/llvm-project/commit/7485e924121b48b437fe84a5d003110cb2665aa2
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] reduce code duplication for binop expansion; NFC
D84250 proposes to extend this code, so the duplication for
the commuted case would continue to grow.
More information about the All-commits
mailing list