Details
Details
- Reviewers
arsenm rampitec alex-t - Commits
- rGbab1a17ad776: [AMDGPU] Add bfi immediate pattern
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
1564 | GlobalISel predicate? |
llvm/lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
1564 | I could add a GISelPredicateCode but whatever I put in there won't even get compiled, let alone tested, until some of these patters actually get used by globalisel. So I'd prefer to leave it all to another patch. |
llvm/lib/Target/AMDGPU/SIInstructions.td | ||
---|---|---|
1564 | OK, I thought this was the main barrier |
GlobalISel predicate?