[all-commits] [llvm/llvm-project] b0cd7b: [SCCP] Limit use of range info for binops to integ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 31 09:12:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b0cd7b2799ebcac0e456abf60cea2ca421a83945
https://github.com/llvm/llvm-project/commit/b0cd7b2799ebcac0e456abf60cea2ca421a83945
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/SCCP.cpp
M llvm/test/Transforms/SCCP/ip-ranges-casts.ll
Log Message:
-----------
[SCCP] Limit use of range info for binops to integers for now.
This fixes a crash when building the test suite.
More information about the All-commits
mailing list