[PATCH] D63036: LLVM IR constant expressions never trap.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 15:00:02 PDT 2019
efriedma updated this revision to Diff 204362.
efriedma retitled this revision from "[RFC] LLVM IR constant expressions never trap." to "LLVM IR constant expressions never trap.".
efriedma added a comment.
Addressed review comments. Added release note. I think this patch contains all the changes necessary to reflect the change to IR semantics.
I'll send a brief email to llvmdev now, so everyone's aware this is changing.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63036/new/
https://reviews.llvm.org/D63036
Files:
docs/LangRef.rst
docs/ReleaseNotes.rst
include/llvm/Analysis/ValueTracking.h
include/llvm/CodeGen/GlobalISel/IRTranslator.h
include/llvm/IR/Constant.h
include/llvm/IR/Constants.h
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ValueTracking.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/IR/Constants.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
test/CodeGen/X86/critical-edge-split-2.ll
test/CodeGen/X86/divide-constant-expression.ll
test/Transforms/LoopVectorize/X86/masked_load_store.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll
test/Transforms/SimplifyCFG/ConditionalTrappingConstantExpr.ll
test/Transforms/SimplifyCFG/PR16069.ll
test/Transforms/SimplifyCFG/PR17073.ll
unittests/IR/ConstantsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63036.204362.patch
Type: text/x-patch
Size: 109086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/48927b58/attachment-0001.bin>
More information about the llvm-commits
mailing list