[PATCH] D89699: [ExtVector] Make .even/.odd/.lo/.hi return vectors for single elements.

Steve Canon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 19 09:35:51 PDT 2020


scanon added a comment.

I guess the counterargument here would be that `.x` does not produce an extvector(1), and there is at least a plausible argument that `.x` should be the same as `.lo` for a two-element vector. I'm not really convinced by this, but it's not totally outrageous.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89699/new/

https://reviews.llvm.org/D89699



More information about the cfe-commits mailing list