[llvm] [AMDGPU] Correct bitshift legality transformation for small vectors (PR #140940)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed May 21 13:53:07 PDT 2025
================
@@ -969,6 +969,176 @@ body: |
...
+---
----------------
shiltian wrote:
The benefit of using MIR here is to be able to get auto generate check lines. Maybe we can teach the script to be able to generate check lines for llc test with IR input and MIR output.
https://github.com/llvm/llvm-project/pull/140940
More information about the llvm-commits
mailing list