Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp | ||
|---|---|---|
| 417 | No TTI probably shouldn’t be allowed | |
| llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp | ||
|---|---|---|
| 417 | L421 already checks for that, doesn't it? | |
| llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp | ||
|---|---|---|
| 417 | I'm saying it shouldn't need to. What happens if you run opt without a triple? | |
| llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp | ||
|---|---|---|
| 417 | After the changes I just made, LegacyDA withdraws at L419 when -mtriple=... is not passed. | |
No TTI probably shouldn’t be allowed