[PATCH] D112117: [LV] Drop FP flags from instructions that need predication

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 11:26:39 PDT 2021


dcaballe updated this revision to Diff 381610.
dcaballe added a comment.
Herald added a subscriber: dexonsmith.

- Extended Instruction::dropPoisonGeneratedFlags to support FP
- Updated impacted tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112117

Files:
  llvm/lib/IR/Instruction.cpp
  llvm/test/CodeGen/Generic/expand-experimental-reductions.ll
  llvm/test/Transforms/InstCombine/scalarization-inseltpoison.ll
  llvm/test/Transforms/InstCombine/scalarization.ll
  llvm/test/Transforms/InstCombine/shuffle_select-inseltpoison.ll
  llvm/test/Transforms/InstCombine/shuffle_select.ll
  llvm/test/Transforms/InstCombine/vec_demanded_elts-inseltpoison.ll
  llvm/test/Transforms/InstCombine/vec_demanded_elts.ll
  llvm/test/Transforms/LoopVectorize/X86/drop-poison-generating-flags.ll
  llvm/test/Transforms/LoopVectorize/X86/imprecise-through-phis.ll
  llvm/test/Transforms/LoopVectorize/if-reduction.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop-pred.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop.ll
  llvm/test/Transforms/LoopVectorize/reduction.ll
  llvm/test/Transforms/PhaseOrdering/ARM/mve-floatreduce.ll
  llvm/test/Transforms/PhaseOrdering/X86/vector-reductions-expanded.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112117.381610.patch
Type: text/x-patch
Size: 30298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211022/2098ef5d/attachment.bin>


More information about the llvm-commits mailing list