[PATCH] D95026: [SimplifyCFG] Update FoldBranchToCommonDest to be poison-safe

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 00:17:16 PST 2021


aqjune updated this revision to Diff 317793.
aqjune added a comment.

Fix test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95026/new/

https://reviews.llvm.org/D95026

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/PatternMatch.h
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Target/BPF/BPFAdjustOpt.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/PGOProfile/chr.ll
  llvm/test/Transforms/SimplifyCFG/ARM/branch-fold-threshold.ll
  llvm/test/Transforms/SimplifyCFG/annotations.ll
  llvm/test/Transforms/SimplifyCFG/basictest.ll
  llvm/test/Transforms/SimplifyCFG/common-dest-folding.ll
  llvm/test/Transforms/SimplifyCFG/fold-branch-to-common-dest.ll
  llvm/test/Transforms/SimplifyCFG/fold-debug-location.ll
  llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll
  llvm/test/Transforms/SimplifyCFG/switch_create-custom-dl.ll
  llvm/test/Transforms/SimplifyCFG/switch_create.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95026.317793.patch
Type: text/x-patch
Size: 30857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210120/99077a32/attachment.bin>


More information about the llvm-commits mailing list