[PATCH] D65417: [SCCP] Update condition to avoid overflow.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 05:32:33 PDT 2019
RKSimon added inline comments.
================
Comment at: test/Transforms/SCCP/ubsan_overflow.ll:1
+; RUN: opt -sccp -S %s | FileCheck %s
+
----------------
Shouldn't this be
```opt < %s -sccp -S```
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