Krzysztof Drewniak 3359806817
[mlir][LLVM][MemRef] Lower assume_alignment with operand bundles (#117800)
Now that LLVM allows a operand bundle on assume calls to directly
specify alignment assumptions, change the lowering of
memref.assume_alignment to use that feature instead of the ptrtoint
method.

This makes LLVM's job easier and prevents issues when dealing with
cases where ptrtoint isn't a desired operation (like those with poiner
provenance)
2024-11-26 17:20:39 -06:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.