[PATCH] D157797: [ValueTracking] Add tests for getting knownbits from phi-edges; NFC

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 03:01:56 PDT 2023


nikic added inline comments.


================
Comment at: llvm/test/Analysis/ValueTracking/phi-known-bits.ll:24
+F:
+  br i1 true, label %T, label %F
+}
----------------
Here again, I don't think the conditional branches are needed and just `br label %T` should do.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157797/new/

https://reviews.llvm.org/D157797



More information about the llvm-commits mailing list