[PATCH] D156442: [RISCV][Backend] Zext flag conversion in RISC-V Backend

Panagiotis K via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 00:35:24 PDT 2023


karouzakisp updated this revision to Diff 555286.
karouzakisp added a comment.

Fixed the test that failed to convert the zext(value) to sext(value) whenever the value was assumed to be non negative by llvm.assume


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156442

Files:
  llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp
  llvm/test/CodeGen/RISCV/O3-pipeline.ll
  llvm/test/CodeGen/RISCV/riscv-codegenprepare-asm.ll
  llvm/test/CodeGen/RISCV/riscv-codegenprepare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156442.555286.patch
Type: text/x-patch
Size: 5296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/9283bf5e/attachment.bin>


More information about the llvm-commits mailing list