[all-commits] [llvm/llvm-project] 3690e1: [SCEV] Check MatchBinaryOp opcode instead of origi...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 27 02:13:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3690e1f8a7b49feb3e530c062136f9a801a829b1
https://github.com/llvm/llvm-project/commit/3690e1f8a7b49feb3e530c062136f9a801a829b1
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Check MatchBinaryOp opcode instead of original opcode
These are not necessarily the same (e.g. or can become add) and
this is what we're switching over in the first place.
More information about the All-commits
mailing list