[all-commits] [llvm/llvm-project] e60c4b: [InstCombine] Change order of checks for dominatin...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Feb 7 02:21:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e60c4b61f8bab25a137a481e4d2d3dbfa656807b
https://github.com/llvm/llvm-project/commit/e60c4b61f8bab25a137a481e4d2d3dbfa656807b
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine] Change order of checks for dominating conditions (NFC)
Check whether the condition is in the expected format before
performing more expensive dominator checks.
More information about the All-commits
mailing list