This allows targets to override code generation for some instructions.
As an example of override, this also moves ad-hoc instruction filtering
for X86 into the X86 ExegesisTarget.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19714 Build 19714: arc lint + arc unit
Event Timeline
tools/llvm-exegesis/llvm-exegesis.cpp | ||
---|---|---|
54 | Unknown is Analysis? |
tools/llvm-exegesis/llvm-exegesis.cpp | ||
---|---|---|
54 | Yes, that allows getting rid of the extra enum and avoid a switch to convert from one enum to the other. |
tools/llvm-exegesis/llvm-exegesis.cpp | ||
---|---|---|
54 | Ok so please add a comment explaining why Analysis is different from latency/uops. |
Unknown is Analysis?