[PATCH] D145279: Attributor: Assume handling for nofpclass
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 5 22:46:16 PST 2023
sameerds added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ValueTracking.h:230
+ Value *LHS, Value *RHS,
+ bool LookThroughSrc = true);
----------------
Would "LookThroughAbsForLHS" be a more specific name for this argument?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145279/new/
https://reviews.llvm.org/D145279
More information about the llvm-commits
mailing list