[PATCH] D143106: [SDAG] fix miscompiles caused by using ValueTracking matchSelectPattern to create FMINIMUM/FMAXIMUM

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 06:59:49 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfb3e3ef62e62: [SDAG] fix miscompiles caused by using ValueTracking matchSelectPattern to… (authored by spatel).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143106

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/arm64-fmax-safe.ll
  llvm/test/CodeGen/AArch64/tbl-loops.ll
  llvm/test/CodeGen/ARM/neon_minmax.ll
  llvm/test/CodeGen/NVPTX/fminimum-fmaximum.ll
  llvm/test/CodeGen/SystemZ/vec-max-05.ll
  llvm/test/CodeGen/SystemZ/vec-max-min-zerosplat.ll
  llvm/test/CodeGen/SystemZ/vec-min-05.ll
  llvm/test/CodeGen/WebAssembly/f32.ll
  llvm/test/CodeGen/WebAssembly/f64.ll
  llvm/test/CodeGen/WebAssembly/simd-arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143106.494621.patch
Type: text/x-patch
Size: 57683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/ff29ef8d/attachment-0001.bin>


More information about the llvm-commits mailing list