The conversion from std.and/std.or to spv.LogicalAnd/spv.LogicalOr is
only valid for boolean (i1) types. Modify BinaryOpPattern in
StandardToSPIRV.td to allow limiting the type of the operands for
which the pattern is applied.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 42944 Build 43552: arc lint + arc unit
Event Timeline
Comment Actions
Can you please join this group as well: https://reviews.llvm.org/project/members/78/ ; it'll enable CI testing on your revisions