According to the discussion in https://reviews.llvm.org/D110322 the code
that removes side effect from replaced function call is deleted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115870
[ConstantFolding] Do not remove side effect from constrained functions ClosedPublic Authored by sepavloff on Dec 16 2021, 3:57 AM.
Details Summary According to the discussion in https://reviews.llvm.org/D110322 the code
Diff Detail
Event Timelinesepavloff added a parent revision: D110322: [ConstantFolding] Fold constrained compare intrinsics.Dec 16 2021, 3:58 AM This revision is now accepted and ready to land.Dec 16 2021, 4:06 AM sepavloff removed a parent revision: D110322: [ConstantFolding] Fold constrained compare intrinsics.Dec 21 2021, 10:45 PM This revision was landed with ongoing or failed builds.Dec 21 2021, 10:47 PM Closed by commit rG77b923d0dbe3: [ConstantFolding] Do not remove side effect from constrained functions (authored by sepavloff). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 395796 llvm/lib/Analysis/ConstantFolding.cpp
llvm/test/Transforms/InstSimplify/constfold-constrained.ll
llvm/test/Transforms/InstSimplify/fdiv-strictfp.ll
llvm/test/Transforms/InstSimplify/strictfp-fadd.ll
|