Closed Retribution98 closed 1 week ago
Closes #2482
Cuda converts tt.store to inline_asm command, and xpu converts it to llvm.store. Then the LLVM optimizer for the SROA function removes llvm.store with the poison value, but ignores the cuda assembly instruction.
Closes #2482
Cuda converts tt.store to inline_asm command, and xpu converts it to llvm.store. Then the LLVM optimizer for the SROA function removes llvm.store with the poison value, but ignores the cuda assembly instruction.