[all-commits] [llvm/llvm-project] 8e7acb: [ValueTracking] improve readability in isImpliedCo...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Thu Aug 4 14:44:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e7acb670b3830a2c72ed2a47b93f88be971eed2
https://github.com/llvm/llvm-project/commit/8e7acb670b3830a2c72ed2a47b93f88be971eed2
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-04 (Thu, 04 Aug 2022)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] improve readability in isImpliedCond helper functions; NFC
This matches the caller code naming scheme and avoids the
potentially confusing transition from left/right to A/B.
More information about the All-commits
mailing list