[PATCH] D59355: [RISCV] Optimize emission of SELECT sequences

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 10:46:57 PDT 2019


luismarques updated this revision to Diff 191123.
luismarques added a comment.
Herald added a subscriber: benna.

Adds a MIR test to show that debug instructions are conditionally moved to the tail basic block depending on whether they are associated with select or non-select instructions.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59355

Files:
  lib/Target/RISCV/RISCVISelLowering.cpp
  test/CodeGen/RISCV/atomic-rmw.ll
  test/CodeGen/RISCV/select-optimize-multiple.ll
  test/CodeGen/RISCV/select-optimize-multiple.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59355.191123.patch
Type: text/x-patch
Size: 77359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190318/d61ab944/attachment.bin>


More information about the llvm-commits mailing list