[PATCH] D140347: TargetLowering: Teach DemandedBits about VSCALE

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 15:07:10 PST 2022


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/vscale-demanded-bits.ll:3
+
+; CHECK: vse8.v v8, (a5), v0.t
+; CHECK: vadd.vx v8, v8, a3
----------------
compnerd wrote:
> jrtc27 wrote:
> > Use UTC, really
> What do you mean by UTC?
UpdateTestChecks, which in this case is update_llc_test_checks.py


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

https://reviews.llvm.org/D140347



More information about the llvm-commits mailing list