[all-commits] [llvm/llvm-project] ac96c8: [Attributor][FIX] Do not compute ranges for argume...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Apr 1 20:21:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ac96c8fd8535b50ab5ac158f521b0be8800df6fd
https://github.com/llvm/llvm-project/commit/ac96c8fd8535b50ab5ac158f521b0be8800df6fd
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][FIX] Do not compute ranges for arguments of declarations
This cannot be triggered right now, as far as I know, but it doesn't
make sense to deduce a constant range on arguments of declarations.
Exposed during testing of AAValueSimplify extensions.
More information about the All-commits
mailing list