[PATCH] D74453: [LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHG

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 17:23:10 PST 2020


jrtc27 updated this revision to Diff 244040.
jrtc27 added a comment.

Removed atomic-rmw.ll change; nothing actually changed in there other than comments and a missing . on labels, so that churn can be postponed until it actually gets touched in a meaningful way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74453

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/atomic-cmpxchg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74453.244040.patch
Type: text/x-patch
Size: 5099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200212/aa6545f0/attachment-0001.bin>


More information about the llvm-commits mailing list