[all-commits] [llvm/llvm-project] 63adbb: [Attributor][FIX] Remove FIXME that seems outdated
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sun Feb 9 22:56:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63adbb9a0ed9a40fc47c72502754d88d04ede1e0
https://github.com/llvm/llvm-project/commit/63adbb9a0ed9a40fc47c72502754d88d04ede1e0
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/IPConstantProp/PR16052.ll
M llvm/test/Transforms/Attributor/dereferenceable-1.ll
M llvm/test/Transforms/Attributor/undefined_behavior.ll
Log Message:
-----------
[Attributor][FIX] Remove FIXME that seems outdated
The change is performed as stated by the FIXME and the tests are
adjusted. All changes look fine to me and values can be inferred as
undef without it being an error.
More information about the All-commits
mailing list