There are more contexts where it's not handled correctly but this is
the simplest one.
Details
Details
- Reviewers
jhuber6 yaxunl jmmartinez rampitec sameerds - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp | ||
---|---|---|
495 | This seems to ignore nobuiltin if a callee is present, but the documentation for nobuiltin seems to say something different. Should the short-circuiting OR be swapped here? |
llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp | ||
---|---|---|
495 | Oh wait. I am reading this wrong. Sorry! |
This seems to ignore nobuiltin if a callee is present, but the documentation for nobuiltin seems to say something different. Should the short-circuiting OR be swapped here?