commit | 2c7da78805175f36879111306ac37c12d33bf65b | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Mon Dec 15 17:32:56 2014 -0800 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jan 15 07:20:22 2015 -0800 |
tree | 5fbfa3578dae242c5fa29cf46c647af351fda881 | |
parent | 675ffdef3010400567a5f6f790f1f7bd2fede717 [diff] |
nir: Make load_const SSA-only As it was, we weren't ever using load_const in a non-SSA way. This allows us to substantially simplify the load_const instruction. If we ever need a non-SSA constant load, we can do a load_const and an imov. Reviewed-by: Connor Abbott <cwabbott0@gmail.com>