Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
lib/Target/AMDGPU/R600ISelLowering.cpp | ||
---|---|---|
214–217 | There's not much point in doing this since it will just turn into an unsupported libcall |
lib/Target/AMDGPU/R600Instructions.td | ||
---|---|---|
989 | I'm somewhat surprised this works. I would expect you need to do { let OtherPredicates = .. } inside the class body, since the let block isn't around the instantiations of this. |
Comment Actions
v2: fix predicate setting for FMA_Common
lib/Target/AMDGPU/R600ISelLowering.cpp | ||
---|---|---|
214–217 | it produces an error instead of assertion failure, so I can use 'not llc' in the test |
There's not much point in doing this since it will just turn into an unsupported libcall