[PATCH] D65417: [SCCP] Update condition to avoid overflow.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 10:06:02 PDT 2019
asbirlea added inline comments.
================
Comment at: test/Transforms/SCCP/ubsan_overflow.ll:1
+; RUN: opt -sccp -S %s | FileCheck %s
+
----------------
RKSimon wrote:
> Shouldn't this be
> ```opt < %s -sccp -S```
The behavior is the same.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65417/new/
https://reviews.llvm.org/D65417
More information about the llvm-commits
mailing list