mergeSExts iterates throught ValueToSExts. Using DenseMap result in
unstable optimization path so that output IR may vary even if the input
IR is same.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D137234
[CodeGenPrep] Change ValueToSExts from DeseMap to MapVector HaohaiWen on Nov 2 2022, 1:42 AM. Authored by
Details mergeSExts iterates throught ValueToSExts. Using DenseMap result in
Diff Detail
|