[LLVMdev] Register Alias Sets
David Greene
greened at obbligato.org
Mon Apr 9 12:22:34 PDT 2007
Christopher Lamb wrote:
> Does it really make it that hard to do set comparisons? The sets are
> themselves indexed by the register that the set applies to. If you have
> the index then you can explicitly add this to the set for your computation.
By "hard" I didn't mean logically difficult. I meant that to do
so you've got to write a bunch of special-case code that really
just obscures what you're really trying to do.
-Dave
More information about the llvm-dev
mailing list