Issue 139020
Summary [DirectX] Validator is erroring with Instructions must be of an allowed type.
Labels backend:DirectX
Assignees
Reporter farzonl
     We are generating code that looks like this:
```llvm
  %43 = bitcast i64 %42 to <2 x i32>
  %44 = extractelement <2 x i32> %43, i32 0
  %45 = extractelement <2 x i32> %43, i32 1
```
There are 160 errors that look just like this. In all cases it is an `extractelement <2 x i32> ` we emit the error for both index extractions.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to