[PATCH] D71936: [SCCP] Use constant ranges for binary operators.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 10:52:46 PDT 2020


efriedma added a comment.

Much cleaner. :)



================
Comment at: llvm/test/Transforms/SCCP/vector-bitcast.ll:1
+; XFAIL: *
 ; RUN: opt -sccp -S < %s | FileCheck %s
----------------
Please change the CHECK line and add a TODO, instead of XFAIL'ing it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71936





More information about the llvm-commits mailing list