[PATCH] D158960: [ValueTracking] Handle conflicts when computing knownbits of PHI nodes in deadcode; PR65022

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 11:23:24 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Analysis/ValueTracking/knownbits-phi-deadcode.ll:57
+; uselistorder directives
+uselistorder i32 0, { 1, 0, 2, 3 }
----------------
Is the uselistorder actually needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158960



More information about the llvm-commits mailing list