[PATCH] D95289: [TargetLowering][RISCV] Don't turn (seteq/ne (sext_inreg X, VT), C1) -> (seteq/ne (zext_inreg X, VT), C1) if the sext_inreg is cheaper
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 16:37:36 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGea87cf2acd82: [TargetLowering][RISCV] Don't transform (seteq/ne (sext_inreg X, VT), C1) ->… (authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95289/new/
https://reviews.llvm.org/D95289
Files:
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/test/CodeGen/RISCV/double-stack-spill-restore.ll
llvm/test/CodeGen/RISCV/setcc-logic.ll
llvm/test/CodeGen/RISCV/sext-zext-trunc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95289.319164.patch
Type: text/x-patch
Size: 4322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210126/f4ac5280/attachment.bin>
More information about the llvm-commits
mailing list