[all-commits] [llvm/llvm-project] 371835: [ValueTracking] Replace Query with SimplifyQuery (...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 2 02:18:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 371835e82c0a1521d4400e117065b3493b68a7bb
https://github.com/llvm/llvm-project/commit/371835e82c0a1521d4400e117065b3493b68a7bb
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Replace Query with SimplifyQuery (NFC)
These implement essentially the same thing, so normalize
ValueTracking to use SimplifyQuery. In the future we can directly
expose the SimplifyQuery-based APIs.
More information about the All-commits
mailing list