[PATCH] D79097: [GVN] Improve analysis for missed optimization remark

Henrik G Olsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 10:46:01 PDT 2021


hnrklssn marked 3 inline comments as done.
hnrklssn added a comment.

After a long wait I'm now finally able to work on this again! Please excuse the delay.



================
Comment at: llvm/test/Transforms/GVN/opt-remarks-non-dominating.ll:63
+entry:
+  br i1 undef, label %if.then, label %if.end
+
----------------
anemet wrote:
> I would change these undefs to actual values to make these tests more realistic.
Missed this comment, will update again!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79097



More information about the llvm-commits mailing list