[Mlir-commits] [mlir] [MLIR] AMDGPUToROCDL: Use a bitcast op to reintepret a vector of i8 as single integer. (PR #111400)

Benoit Jacob llvmlistbot at llvm.org
Mon Oct 7 10:39:53 PDT 2024


bjacob wrote:

Added the test.  Note: added `-cse` to the existing test file, because this test passes the same Value for LHS and RHS, so we are getting the same IR generated twice; writing the CHECKs against the non-CSE'd form seems like it would be fragile.

https://github.com/llvm/llvm-project/pull/111400


More information about the Mlir-commits mailing list