ucb-bar / esp-llvm

UCB-BAR fork of LLVM! NOT UPSTREAM RISCV LLVM
Other
123 stars 55 forks source link

Finish adding VectorFetchOptimizer | Fix PDGPrinter | bring in IPO stuff #52

Closed jerryz123 closed 5 years ago

pranav-prakash commented 5 years ago

finish adding variant stuff

Hm I thought we were going to avoid adding a tablegen flag for this and instead just use a hardcoded lookup table of opcodes. I mean it's fine other way.

jerryz123 commented 5 years ago

I added the stuff on the basis that, if we do hard code the lookup table, this will just be unused, and we can remove it later.