[PATCH] D101342: [SelectionDAG][Mips][PowerPC][RISCV][WebAssembly] Teach computeKnownBits/ComputeNumSignBits about atomics

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 18:28:45 PDT 2021


stefanp added a comment.

It seems that this patch has exposed an issue in the PowerPC backend where the partword atomics were not actually guaranteed to be zero extended.
I've added a patch:
https://reviews.llvm.org/D102819
to fix the issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101342



More information about the llvm-commits mailing list