Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/VOP2Instructions.td | ||
---|---|---|
1747 | Isn't AssemblerPredicate redundant if you've already set SubtargetPredicate? I thought they all got concatenated into one list of predicates. |
llvm/test/CodeGen/AMDGPU/madak.ll | ||
---|---|---|
162 | Isn't this supposed to use fmaak now? |
llvm/test/CodeGen/AMDGPU/madak.ll | ||
---|---|---|
162 | It exceeds constant bus limit. This is OK for gfx10 where the limit is 2. |
Isn't AssemblerPredicate redundant if you've already set SubtargetPredicate? I thought they all got concatenated into one list of predicates.