[PATCH] D63375: [ConstantFolding] Fix assertion failure on non-power-of-two vector load.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 16:36:24 PDT 2019


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM with nit



================
Comment at: test/Transforms/InstSimplify/load.ll:34
+
+define <3 x float> @load_vec3() {
+; CHECK-LABEL: @load_vec3(
----------------
Can you add a comment that this is an out of bounds load


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63375





More information about the llvm-commits mailing list