[all-commits] [llvm/llvm-project] b76975: [Options] Use UseDerefAtPointSemantics cl::opt<boo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 16 06:07:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b769758056793472f8638152f30d840856e75b56
https://github.com/llvm/llvm-project/commit/b769758056793472f8638152f30d840856e75b56
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M llvm/lib/IR/Value.cpp
M llvm/test/Analysis/BasicAA/dereferenceable.ll
M llvm/test/Analysis/ValueTracking/deref-abstract-gc.ll
M llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll
M llvm/test/Transforms/LICM/hoist-alloc.ll
Log Message:
-----------
[Options] Use UseDerefAtPointSemantics cl::opt<bool>. (#123192)
It is used as boolean option, use cl::opt<bool> instead of
vl::opt<unsigned>.
PR: https://github.com/llvm/llvm-project/pull/123192
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list