[llvm] [AMDGPU] Correct bitshift legality transformation for small vectors (PR #140940)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed May 21 13:49:45 PDT 2025
================
@@ -969,6 +969,176 @@ body: |
...
+---
----------------
arsenm wrote:
At this point we are over-using MIR tests which are bigger, less maintainable, and test less. They are useful for testing edge cases that are difficult to reproduce, but simple stuff like this are better off just using IR. MIR legalizer tests were more useful at the start when we couldn't run as much code through end to end
https://github.com/llvm/llvm-project/pull/140940
More information about the llvm-commits
mailing list