[llvm] [PredicateInfo] Don't store Def in ValueDFS (NFC) (PR #145022)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 22 12:41:18 PDT 2025


================
@@ -86,8 +86,7 @@ struct ValueDFS {
   int DFSIn = 0;
----------------
nikic wrote:

The comment isn't really wrong -- I clarified it to say that "defs" here refers to PInfo being set.

https://github.com/llvm/llvm-project/pull/145022


More information about the llvm-commits mailing list