mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 05:01:56 +00:00
bd87c6bce1
scf.if currently lacks folding on true / false conditionals. Such foldings are a bit more involved than can be addressed immediately. This revision introduces an eager folding for lowering vector.transfer operations in the presence of unrolling. Differential revision: https://reviews.llvm.org/D83146
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.