aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2020-05-27 13:25:37 -0400
committerMatt Arsenault <arsenm2@gmail.com>2020-05-27 14:47:00 -0400
commit4b4496312e3380d8c427ef836f2b0a38d145652b (patch)
tree2e704949126206fc0630e4932e21a3115edf6de2 /llvm/lib/Support/CommandLine.cpp
parent13f6c81c5d9a7a34a684363bcaad8eb7c65356fd (diff)
downloadllvm-4b4496312e3380d8c427ef836f2b0a38d145652b.zip
llvm-4b4496312e3380d8c427ef836f2b0a38d145652b.tar.gz
llvm-4b4496312e3380d8c427ef836f2b0a38d145652b.tar.bz2
AMDGPU: Start adding MODE register uses to instructions
This is the groundwork required to implement strictfp. For now, this should be NFC for regular instructoins (many instructions just gain an extra use of a reserved register). Regalloc won't rematerialize instructions with reads of physical registers, but we were suffering from that anyway with the exec reads. Should add it for all the related FP uses (possibly with some extras). I did not add it to either the gpr index mode instructions (or every single VALU instruction) since it's a ridiculous feature already modeled as an arbitrary side effect. Also work towards marking instructions with FP exceptions. This doesn't actually set the bit yet since this would start to change codegen. It seems nofpexcept is currently not implied from the regular IR FP operations. Add it to some MIR tests where I think it might matter.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions