THU-DSP-LAB / llvm-project

LLVM OpenCL C compiler suite for ventus GPGPU
http://llvm.org
Other
23 stars 14 forks source link

[VENTUS][RISCV] Fix move instructions after JOIN move forward bug #108

Closed wangqinfan closed 5 months ago

wangqinfan commented 5 months ago
  1. If the move instruction needs to be moved forward, it will only be inserted after the last corresponding move instruction in the predecessor basic block.
  2. The first instruction of the predecessor is also counted as a possible insertion point.

DO NOT FILE A PULL REQUEST

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

DO NOT FILE A PULL REQUEST