[PATCH] D64866: [PredicateInfo] Replace pointer comparisons with deterministic compares.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 13:16:09 PDT 2019
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM with one nit.
================
Comment at: llvm/test/Transforms/SCCP/ipsccp-predinfo-uselists.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -ipsccp -preserve-ll-uselistorder -S %s | FileCheck %s
+
----------------
Is there any reason to add "preserve-ll-uselistorder" if you aren't actually going to CHECK it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64866/new/
https://reviews.llvm.org/D64866
More information about the llvm-commits
mailing list