[llvm] [AMDGPU] Replace `isInlinableLiteral16` with specific version (PR #81345)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 08:10:04 PST 2024
================
@@ -97,39 +97,34 @@ define i32 @inline_A_constraint_H1() {
; NOSI: error: invalid operand for inline asm constraint 'A'
; VI-LABEL: {{^}}inline_A_constraint_H2:
-; VI: v_mov_b32 {{v[0-9]+}}, 0x3c00
----------------
shiltian wrote:
Yeah, the test is not correct at the first place.
https://github.com/llvm/llvm-project/pull/81345
More information about the llvm-commits
mailing list