[PATCH] D64866: [PredicateInfo] Replace pointer comparisons with deterministic compares.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 13:30:38 PDT 2019


fhahn marked 2 inline comments as done.
fhahn added inline comments.


================
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
+
----------------
efriedma wrote:
> Is there any reason to add "preserve-ll-uselistorder" if you aren't actually going to CHECK it?
Nope, when starting to look at this issue, I suspected uselists to cause the problem, but it's not related and I'll drop it before committing,


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