[all-commits] [llvm/llvm-project] b63fc2: [InstSimplify] make uses of isImpliedCondition mor...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Aug 5 09:07:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b63fc26d33e16698e015d5942b4065fbacf44909
https://github.com/llvm/llvm-project/commit/b63fc26d33e16698e015d5942b4065fbacf44909
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] make uses of isImpliedCondition more efficient (NFCI)
As suggested in the post-commit comments for 019d76196f79fcff3c148,
this makes the usage symmetric with the 'and' patterns and should
be more efficient.
More information about the All-commits
mailing list