Checking operands that a likely to be canonicalized constants first makes sense
from a compile time perspective as it puts whats expected to be a cheaper check first.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
2108 | Does this canonicalization actually exist? |
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
2108 | No. Happy to drop but think its not difference either way. |
Comment Actions
Drop changes to select
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
2108 | I dropped the select changes. |
Does this canonicalization actually exist?